X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=configure.ac;h=8ecb2acb1224a7e50af18d6beea58d97ddb70adc;hp=e9b264d65301edf94194374e8bab7a82a4cc95d6;hb=04c02d72227f9fddc95741a0a936ed0f7ac33c39;hpb=f53b702fecb08d1b8ee090bc48c12faeb5d4b49c diff --git a/configure.ac b/configure.ac index e9b264d..8ecb2ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script AC_INIT(libopkg/libopkg.c) -AM_INIT_AUTOMAKE([opkg], [0.1.3]) +AM_INIT_AUTOMAKE([opkg], [0.1.4]) AM_CONFIG_HEADER(libopkg/config.h) AC_CANONICAL_HOST @@ -137,5 +137,6 @@ AC_OUTPUT( tests/Makefile src/Makefile libbb/Makefile + utils/Makefile libopkg.pc )