diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-05-22 09:56:43 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-05-22 09:56:43 +0300 |
commit | 03e36789b62010026f099e885546be005a62461a (patch) | |
tree | f3e304a49fddc050ed616e61c76699d0c72d27a2 /rpmio | |
parent | 1195233d39d327c88645eee0f7e279fd5b648ce8 (diff) | |
download | rpm-03e36789b62010026f099e885546be005a62461a.tar.gz rpm-03e36789b62010026f099e885546be005a62461a.tar.bz2 rpm-03e36789b62010026f099e885546be005a62461a.zip |
Include from src, not build dir
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am index 2025bebe5..be75e306e 100644 --- a/rpmio/Makefile.am +++ b/rpmio/Makefile.am @@ -32,7 +32,7 @@ librpmio_la_LIBADD = \ -lpthread if WITH_LUAEXT -AM_CPPFLAGS += -I$(top_builddir)/luaext/ +AM_CPPFLAGS += -I$(top_srcdir)/luaext/ librpmio_la_LIBADD += $(top_builddir)/luaext/libluaext.la endif |