diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-09-02 12:26:23 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-09-02 12:31:39 +0300 |
commit | 05547d1f30b529b82dba26655c68a451bafc3624 (patch) | |
tree | b6fb01d07c9f6264c903d9ebe9aefa2dfc01af95 /build/Makefile.am | |
parent | 53385ee67656692c811edd8b02b9cd2454e5fa89 (diff) | |
download | librpm-tizen-05547d1f30b529b82dba26655c68a451bafc3624.tar.gz librpm-tizen-05547d1f30b529b82dba26655c68a451bafc3624.tar.bz2 librpm-tizen-05547d1f30b529b82dba26655c68a451bafc3624.zip |
Eliminate popt goo from librpmbuild
- Move the cli-switch manouvering into rpmbuild.c cli utility where
it belongs.
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 a16841388..ae250479d 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -12,7 +12,7 @@ librpmbuild_la_SOURCES = \ 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 \ + parseSpec.c reqprov.c rpmfc.c spec.c fts.h fts.c \ parsePolicies.c policies.c \ rpmbuild_internal.h rpmbuild_misc.h |