diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-30 12:14:23 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-30 12:14:23 +0100 |
commit | fa1b02934ae53f2924398da78b69ab3b8e603f8f (patch) | |
tree | 6a0b6147c0c7c609ed84e40ccacb4f4dfbf5deba /rpmdb | |
parent | ae0e274e3511f6fe821adbf3f9769a311c5b3c89 (diff) | |
download | librpm-tizen-fa1b02934ae53f2924398da78b69ab3b8e603f8f.tar.gz librpm-tizen-fa1b02934ae53f2924398da78b69ab3b8e603f8f.tar.bz2 librpm-tizen-fa1b02934ae53f2924398da78b69ab3b8e603f8f.zip |
Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS.
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am index 2a8469f37..587363763 100644 --- a/rpmdb/Makefile.am +++ b/rpmdb/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/rpm.am AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -AM_CPPFLAGS += -I$(top_srcdir)/rpmdb +AM_CPPFLAGS += -I$(top_builddir)/rpmdb -I$(top_srcdir)/rpmdb AM_CPPFLAGS += -I$(top_srcdir)/build AM_CPPFLAGS += -I$(top_srcdir)/lib AM_CPPFLAGS += -I$(top_srcdir)/rpmio |