diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 16:41:59 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 16:41:59 +0200 |
commit | ea2968b6b3b2a79e40f986f148c77a1d15be3365 (patch) | |
tree | b48bf6664b2303c47d1cdd6ca45328cc2085bf38 /misc | |
parent | cc113a1aad048c06d71a64516f83741902c65a45 (diff) | |
download | rpm-ea2968b6b3b2a79e40f986f148c77a1d15be3365.tar.gz |
Cleanup CPPFLAGS.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 3 |
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 \ |