summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-17 16:41:59 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-17 16:41:59 +0200
commitea2968b6b3b2a79e40f986f148c77a1d15be3365 (patch)
treeb48bf6664b2303c47d1cdd6ca45328cc2085bf38 /misc
parentcc113a1aad048c06d71a64516f83741902c65a45 (diff)
downloadrpm-ea2968b6b3b2a79e40f986f148c77a1d15be3365.tar.gz
Cleanup CPPFLAGS.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am
index c9db0dbe9..5c394918a 100644
--- a/misc/Makefile.am
+++ b/misc/Makefile.am
@@ -1,6 +1,7 @@
# Makefile for misc library.
-AM_CPPFLAGS = -I. -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
+AM_CPPFLAGS += -I$(top_srcdir)/misc
EXTRA_DIST = \
alloca.c basename.c err.c err.h \