X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=7ac23850950c47cf9fd9f504ed79fc0e62f63184;hb=4e55f6b3829420be74d35db2e55bafb18ac8ce21;hp=db690e75a68fef38e645239273bdf2c57229cbf3;hpb=818f7b8433ae369c20fc56cccbb55b22043b9024;p=project%2Fuci.git diff --git a/Makefile b/Makefile index db690e7..7ac2385 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1 +VERSION=0.3 COPTS=-O2 WOPTS=-pedantic -Wno-unused -Werror @@ -27,7 +27,7 @@ else endif SHLIB_FILE=libuci.$(SHLIB_EXT).$(VERSION) -LIBUCI_DEPS=file.c history.c list.c util.c err.h uci.h +LIBUCI_DEPS=file.c history.c list.c util.c uci.h uci_internal.h all: uci-static uci libuci.$(SHLIB_EXT)