diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-08-24 13:23:51 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-08-24 13:25:49 +0300 |
commit | 3a765b98b6f63aeef2606322b0771679984446d7 (patch) | |
tree | 8133451057f3def9423db8f03da5198c8552049c /build/Makefile.am | |
parent | 1e1a56ee740e781ec85d3d14fddc357afff16536 (diff) | |
download | librpm-tizen-3a765b98b6f63aeef2606322b0771679984446d7.tar.gz librpm-tizen-3a765b98b6f63aeef2606322b0771679984446d7.tar.bz2 librpm-tizen-3a765b98b6f63aeef2606322b0771679984446d7.zip |
Eliminate now unnecessary buildio.h
- readRPM() is not used or needed by anything, shred it
- make writeRPM() static inside the only place needing it: pack.c
- move struct cpioSourceArchive_s inside pack.c
Diffstat (limited to 'build/Makefile.am')
-rw-r--r-- | build/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index f5ed2f6b6..1d1c84150 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -9,7 +9,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/misc usrlibdir = $(libdir) usrlib_LTLIBRARIES = librpmbuild.la librpmbuild_la_SOURCES = \ - build.c buildio.h expression.c files.c misc.c names.c pack.c \ + build.c expression.c files.c misc.c names.c pack.c \ parseBuildInstallClean.c parseChangelog.c parseDescription.c \ parseFiles.c parsePreamble.c parsePrep.c parseReqs.c parseScript.c \ parseSpec.c poptBT.c reqprov.c rpmfc.c spec.c fts.h fts.c |