X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=configure.ac;h=117253b1b618ec1d44b3e5853810efd3ab6708e8;hp=d36fa5f4164d152f04d3c13deecfba4ef1756a31;hb=c303ce7518e03216b61f7f92d870a46831ebb10d;hpb=a4b27712ff174fbeabc8509a68b38801a707f000 diff --git a/configure.ac b/configure.ac index d36fa5f..117253b 100644 --- a/configure.ac +++ b/configure.ac @@ -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)