summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-08-20 09:26:10 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-08-20 10:57:27 +0300
commit66ce5dc19c4662fb4e7870c5a55166435fbad083 (patch)
treea9e8dd2faeaf8d3e9f4ec4d3d43bd099fb69ceea /Makefile.am
parent5fe63cd8e0b552a9687666e8b5f9454cf274d69d (diff)
downloadlibrpm-tizen-66ce5dc19c4662fb4e7870c5a55166435fbad083.tar.gz
librpm-tizen-66ce5dc19c4662fb4e7870c5a55166435fbad083.tar.bz2
librpm-tizen-66ce5dc19c4662fb4e7870c5a55166435fbad083.zip
Eliminate the IAM_RPMBT ifdef's from rpmbuild.c for real
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 5b8b24b25..21a078aec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -90,7 +90,7 @@ 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_CPPFLAGS = $(AM_CPPFLAGS) -DIAM_RPMBT
+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@