X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.am;h=7e3d0ef0c0072b2944efb19a807913a6cb4defea;hb=97a819864c3f143c4da81e17f32330ba2f1a170c;hp=e48647768e55b7001f5e9f08c47afe3520f2b657;hpb=69bae440fd21376d2a717575b1418c962396bd21;p=oweals%2Fopkg-lede.git diff --git a/Makefile.am b/Makefile.am index e486477..7e3d0ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,20 @@ -SUBDIRS = libbb libopkg src +ACLOCAL_AMFLAGS = -I shave + +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 +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 \