X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=Makefile.am;h=26f2d994b3cc61e1be7ee7bebfb4553823de683c;hp=1b38e260fdda03de8bab4a03007e6a31ce215e10;hb=d8b2e77ac150010224cfefdd8668223203473dab;hpb=968549573f2146ef6efa8abef722533b82716b2b diff --git a/Makefile.am b/Makefile.am index 1b38e26..26f2d99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,16 @@ -SUBDIRS = libbb libopkg src tests utils +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 @@ -16,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 \