opkg: catch up with removals and fix include statement in opkg-frontend.c
[oweals/opkg-lede.git] / configure.ac
index c98db77b0895df96c039d706a8818728306dba31..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)
 
@@ -129,13 +129,8 @@ AC_SUBST(opkglibdir)
 AC_OUTPUT(
     Makefile
     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)