diff options
Diffstat (limited to 'rpmconstant')
-rw-r--r-- | rpmconstant/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 > $@ |