X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=Makefile.am;h=26f2d994b3cc61e1be7ee7bebfb4553823de683c;hb=b427dfbf01c2f8fb8908a28bccbefd1fc1c6595c;hp=8783593624243088e7f1c1b686d436a49f01df16;hpb=9bb14a029601ad267a568d425181dbd44d0b2e3f;p=project%2Fopkg-lede.git diff --git a/Makefile.am b/Makefile.am index 8783593..26f2d99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,20 @@ -SUBDIRS = libbb libopkg src tests +ACLOCAL_AMFLAGS = -I shave + +SUBDIRS = libbb libopkg src tests utils man + 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 @@ -17,7 +22,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 \