fix: update third-party libraries to latest version
This commit is contained in:
17
backup/json-1.7.0/Makefile.am
Normal file
17
backup/json-1.7.0/Makefile.am
Normal file
@@ -0,0 +1,17 @@
|
||||
# not a GNU package. You can remove this line, if
|
||||
# have all needed files, that a GNU package needs
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
SUBDIRS=\
|
||||
src \
|
||||
tests \
|
||||
$(NULL)
|
||||
|
||||
pkgconfigdir=$(libdir)/pkgconfig
|
||||
pkgconfig_DATA=mjson-@MILESTONE@.pc
|
||||
|
||||
mjson-@MILESTONE@.pc: mjson.pc Makefile
|
||||
cmp -s $< $@ || cp $< $@
|
||||
|
||||
CLEANFILES=$(pkgconfig_DATA)
|
||||
|
||||
Reference in New Issue
Block a user