From cb2d7eec2bef65b30744fcf8b0f324f20914e602 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Mon, 8 Oct 2007 17:56:55 -0500 Subject: add config.h and directory definitions --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2d88478..9fdc983 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ $(bin_PROGRAMS): src/libselinux-mock.la $(EXTRA_PROGRAMS): src/libselinux-mock.la CLEANFILES += $(EXTRA_PROGRAMS) -AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src +AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src -DSYSCONFDIR="$(sysconfdir)" -DLIBEXECDIR="$(libexecdir)" -DLIBDIR="$(libdir)" lib_LTLIBRARIES = src/libselinux-mock.la src_libselinux_mock_la_LDFLAGS = -version-info $(MOCK_LIBTOOL_CURRENT):$(MOCK_LIBTOOL_REVISION):$(MOCK_LIBTOOL_AGE) -- cgit