summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-09-11 09:46:48 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-09-11 09:46:48 +0200
commit2ef2ca1f29b5e6a27b545142d8881f822efe02d9 (patch)
treed6a55f134a343da0d72051f0f501c069c32b3d90 /Makefile.am
parent9eedec6036f6bd8219bc90aa71305a0127649c4c (diff)
downloadlibrpm-tizen-2ef2ca1f29b5e6a27b545142d8881f822efe02d9.tar.gz
librpm-tizen-2ef2ca1f29b5e6a27b545142d8881f822efe02d9.tar.bz2
librpm-tizen-2ef2ca1f29b5e6a27b545142d8881f822efe02d9.zip
Move rpmgraph from tools/Makefile.am to Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9ddc56459..dfff371af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,6 +79,11 @@ endif
endif
+bin_PROGRAMS += rpmgraph
+rpmgraph_SOURCES = tools/rpmgraph.c
+rpmgraph_LDADD = lib/librpm.la
+
+
rpmrc: $(top_srcdir)/rpmrc.in
@sed \
-e "s,[@]SYSCONFIGDIR[@],$(sysconfdir)/rpm,g" \