summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-08-20 11:26:28 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-08-20 11:26:28 +0300
commit910fc93842b766cbf211330191598f663be4f452 (patch)
tree2a3181baec5e992a148eca283a2611d06eb02058 /Makefile.am
parent5ddfae716aeac7349485ecef3289d20071071dd5 (diff)
downloadlibrpm-tizen-910fc93842b766cbf211330191598f663be4f452.tar.gz
librpm-tizen-910fc93842b766cbf211330191598f663be4f452.tar.bz2
librpm-tizen-910fc93842b766cbf211330191598f663be4f452.zip
Merge build.[ch] into rpmbuild.c, doesn't make sense to separate anymore
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 21a078aec..21a5663c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -89,7 +89,7 @@ rpm_CPPFLAGS = $(AM_CPPFLAGS) -DIAM_RPMDB -DIAM_RPMEIU -DIAM_RPMK -DIAM_RPMQV
rpm_LDADD = build/librpmbuild.la lib/librpm.la rpmio/librpmio.la
rpm_LDADD += @WITH_NSS_LIB@ @WITH_POPT_LIB@ @WITH_ZLIB_LIB@
-rpmbuild_SOURCES = rpmbuild.c build.c build.h debug.h system.h
+rpmbuild_SOURCES = rpmbuild.c debug.h system.h
rpmbuild_CPPFLAGS = $(AM_CPPFLAGS)
rpmbuild_LDADD = build/librpmbuild.la lib/librpm.la rpmio/librpmio.la
rpmbuild_LDADD += @WITH_NSS_LIB@ @WITH_POPT_LIB@ @WITH_ZLIB_LIB@