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 /lib/Makefile.am | |
parent | 5696bd01a95fd1f14a2a0eb79da9076c1ac4c7f6 (diff) | |
download | rpm-f45f78510bf07d2fd5aa5f728bd9b1eedefc5260.tar.gz rpm-f45f78510bf07d2fd5aa5f728bd9b1eedefc5260.tar.bz2 rpm-f45f78510bf07d2fd5aa5f728bd9b1eedefc5260.zip |
Don't reset LIBS=.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 901e0376c..f37845ec6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -21,8 +21,6 @@ pkginc_HEADERS = \ rpmal.h rpmds.h rpmfi.h rpmgi.h rpmps.h rpmsx.h rpmte.h rpmts.h \ stringbuf.h -LIBS = - usrlibdir = $(libdir) usrlib_LTLIBRARIES = librpm.la librpm_la_SOURCES = \ |