summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-05-22 09:56:43 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-11-25 09:11:43 +0200
commit37af321287f2c62a2953cbd526b2400ca08449a8 (patch)
tree1be1f040604ae21516b2f91a5692a588e854dbc1
parentf6ff66d8e77efe3a33d94b98db3a6640872afe5b (diff)
downloadrpm-37af321287f2c62a2953cbd526b2400ca08449a8.tar.gz
Include from src, not build dir
(cherry picked from commit 03e36789b62010026f099e885546be005a62461a)
-rw-r--r--rpmio/Makefile.am2
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