diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-08-20 09:00:26 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-08-20 10:52:28 +0300 |
commit | f9cbeaca83f7586b1b05a19ad571fb68238c803e (patch) | |
tree | 8f9b0d597c19f0b0ebe3845b248a097f5b2b2434 /Makefile.am | |
parent | 6193eee71c37ffabcae399bdc2bc38fa55aa9b78 (diff) | |
download | librpm-tizen-f9cbeaca83f7586b1b05a19ad571fb68238c803e.tar.gz librpm-tizen-f9cbeaca83f7586b1b05a19ad571fb68238c803e.tar.bz2 librpm-tizen-f9cbeaca83f7586b1b05a19ad571fb68238c803e.zip |
Begin splitting rpmbuild to separate sources
- Make a copy of the entire rpmqv.c source to rpmbuild.c and switch
make to use the new copy. No functional changes. Making a copy first
means we get much easier to follow patch-series on the changes
that will follow.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 25cee709d..5b8b24b25 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 = build.c rpmqv.c build.h debug.h system.h +rpmbuild_SOURCES = rpmbuild.c build.c build.h debug.h system.h rpmbuild_CPPFLAGS = $(AM_CPPFLAGS) -DIAM_RPMBT rpmbuild_LDADD = build/librpmbuild.la lib/librpm.la rpmio/librpmio.la rpmbuild_LDADD += @WITH_NSS_LIB@ @WITH_POPT_LIB@ @WITH_ZLIB_LIB@ |