opkg: output state change messages only at info verbosity level
[oweals/opkg-lede.git] / configure.ac
index a7e8fda166c1526cb87ca23c91decbdf504e9c48..117253b1b618ec1d44b3e5853810efd3ab6708e8 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script
-AC_INIT(libopkg/opkg.c)
+AC_INIT(libopkg/libopkg.c)
 AM_INIT_AUTOMAKE([opkg], [0.99.163])
 AM_CONFIG_HEADER(libopkg/config.h)
 
@@ -131,11 +131,6 @@ AC_OUTPUT(
     libopkg/Makefile
     tests/Makefile
     src/Makefile
-    familiar/Makefile
-    familiar/control
-    familiar/control-unstripped
-    familiar/libopkg-control
-    familiar/libopkg-dev-control
     libbb/Makefile
     libopkg.pc
     opkg.h)