From: Petr Salinger Date: Wed, 24 Mar 2010 23:31:07 +0000 (+1100) Subject: Add new file into the build (Makefile macros) as well. X-Git-Tag: v3.1.2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e2497f5fd882dd8d98e9cfeea0f192af15a3bf8;p=thirdparty%2Fxfsprogs-dev.git Add new file into the build (Makefile macros) as well. Signed-off-by: Nathan Scott --- diff --git a/include/Makefile b/include/Makefile index bc787db8f..912f1ba60 100644 --- a/include/Makefile +++ b/include/Makefile @@ -33,7 +33,7 @@ QAHFILES = libxfs.h libxlog.h \ HFILES = handle.h jdm.h xqm.h xfs.h xfs_fs.h HFILES += $(PKG_PLATFORM).h -PHFILES = darwin.h freebsd.h irix.h linux.h +PHFILES = darwin.h freebsd.h irix.h linux.h gnukfreebsd.h DKHFILES = volume.h fstyp.h dvh.h LSRCFILES = $(shell echo $(PHFILES) | sed -e "s/$(PKG_PLATFORM).h//g") LSRCFILES += platform_defs.h.in builddefs.in buildmacros buildrules install-sh