From 15fd90f047eeb5405a4a9739d59bbf9d1ee3958c Mon Sep 17 00:00:00 2001 From: nanardon Date: Tue, 20 Dec 2005 10:57:52 +0000 Subject: - add -I rpm headers location git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@80 971eb68f-4bfb-0310-8326-d2484c010a4c --- rpmconstant/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rpmconstant') diff --git a/rpmconstant/Makefile.am b/rpmconstant/Makefile.am index 2088777..fd2d7df 100644 --- a/rpmconstant/Makefile.am +++ b/rpmconstant/Makefile.am @@ -18,6 +18,8 @@ RPM_INCLUDE_DIR = /usr/include/rpm BUILT_SOURCES = rpmconstanttbl.c CLEANFILES = rpmconstanttbl.c +AM_CFLAGS=-I$(RPM_INCLUDE_DIR) + rpmconstanttbl.c: Makefile.am rpmh2tbl $(top_srcdir)/rpmh2tbl $(RPM_INCLUDE_DIR)/*.h > $@ -- cgit v1.2.1