diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-22 16:17:20 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-22 16:17:20 +0100 |
commit | 94d2343931fba7efbffdbd598625fe48b525de58 (patch) | |
tree | f3260feeab8bb7e294cfe0f330c8d41e01aa2b14 /misc | |
parent | 583140460100ea99553d883174065ca22a3099b2 (diff) | |
download | librpm-tizen-94d2343931fba7efbffdbd598625fe48b525de58.tar.gz librpm-tizen-94d2343931fba7efbffdbd598625fe48b525de58.tar.bz2 librpm-tizen-94d2343931fba7efbffdbd598625fe48b525de58.zip |
Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 4a0a8e731..3df16fc8e 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -1,6 +1,6 @@ # Makefile for misc library. -AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include/rpm AM_CPPFLAGS += -I$(top_srcdir)/misc EXTRA_DIST = \ |