opkg: catch up with removals and fix include statement in opkg-frontend.c
[oweals/opkg-lede.git] / configure.ac
index d36fa5f4164d152f04d3c13deecfba4ef1756a31..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,12 +131,6 @@ AC_OUTPUT(
     libopkg/Makefile
     tests/Makefile
     src/Makefile
-    etc/Makefile
-    familiar/Makefile
-    familiar/control
-    familiar/control-unstripped
-    familiar/libopkg-control
-    familiar/libopkg-dev-control
     libbb/Makefile
     libopkg.pc
     opkg.h)