[build] Make libgbinder.pc depend on Makefile

It's Makefile which contains the version number which has to match
the one in libgbinder.pc
This commit is contained in:
Slava Monich
2018-12-07 16:45:56 +02:00
parent d9903e7398
commit 2ea7d91fc7

View File

@@ -248,7 +248,7 @@ $(COVERAGE_LIB): $(COVERAGE_OBJS)
$(AR) rc $@ $?
ranlib $@
$(PKGCONFIG): $(LIB_NAME).pc.in
$(PKGCONFIG): $(LIB_NAME).pc.in Makefile
sed -e 's/\[version\]/'$(PCVERSION)/g $< > $@
#