Remove dead code. We would segfault before following this code path.
[oweals/opkg-lede.git] / Makefile.am
index 1ca13829933108987c17a66cea84f6ee1409bb38..b1980bfcb67e7ebf2e181adc9e9e743f767de428 100644 (file)
@@ -1,12 +1,17 @@
-SUBDIRS = libbb libopkg src tests
+SUBDIRS = libbb libopkg src tests utils
 
 HOST_CPU=@host_cpu@
 BUILD_CPU=@build_cpu@
 OPKGLIBDIR=@opkglibdir@ 
 ALL_CFLAGS=-g -O -Wall -DHOST_CPU_STR=\"@host_cpu@\" -DBUILD_CPU=@build_cpu@ -DLIBDIR=\"@libdir@\" -DOPKGLIBDIR=\"@opkglibdir@\" -DDATADIR=\"@datadir@\"
 
+PATHFINDER_CFLAGS = @PATHFINDER_CFLAGS@
+PATHFINDER_LIBS   = @PATHFINDER_LIBS@
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libopkg.pc
+
 
-bin_SCRIPTS = update-alternatives
 
 interceptdir = $(datadir)/opkg/intercept
 intercept_DATA = intercept/ldconfig intercept/depmod intercept/update-modules
@@ -14,7 +19,7 @@ intercept_DATA = intercept/ldconfig intercept/depmod intercept/update-modules
 install-data-hook:
        chmod +x $(DESTDIR)$(datadir)/opkg/intercept/*
 
-EXTRA_DIST = update-alternatives $(intercept_DATA)
+EXTRA_DIST = $(intercept_DATA)
 
 MAINTAINERCLEANFILES= \
        configure \