diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-24 06:02:24 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-24 06:02:24 +0200 |
commit | f45f78510bf07d2fd5aa5f728bd9b1eedefc5260 (patch) | |
tree | 1b0044f618de1dc71fde43a4b673bdf2e423ccff /build/Makefile.am | |
parent | 5696bd01a95fd1f14a2a0eb79da9076c1ac4c7f6 (diff) | |
download | librpm-tizen-f45f78510bf07d2fd5aa5f728bd9b1eedefc5260.tar.gz librpm-tizen-f45f78510bf07d2fd5aa5f728bd9b1eedefc5260.tar.bz2 librpm-tizen-f45f78510bf07d2fd5aa5f728bd9b1eedefc5260.zip |
Don't reset LIBS=.
Diffstat (limited to 'build/Makefile.am')
-rw-r--r-- | build/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index 097fd1fdc..15857eb12 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -13,8 +13,6 @@ AM_CPPFLAGS = -I. \ @WITH_LIBELF_INCLUDE@ \ -I$(top_srcdir)/misc -LIBS = - pkgincdir = $(pkgincludedir) pkginc_HEADERS = rpmbuild.h rpmfc.h rpmspec.h noinst_HEADERS = buildio.h |