diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-10-14 14:17:14 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-10-14 14:17:14 +0300 |
commit | 9397bb61baeebcafda97c61c81dfbc1c4af96c17 (patch) | |
tree | 77af471ac8b95b9c19d1f2977d494292df0c2325 /Makefile.am | |
parent | 3cc7a1ef99d5832b35239afca0c3a978d1984ae5 (diff) | |
download | rpm-9397bb61baeebcafda97c61c81dfbc1c4af96c17.tar.gz rpm-9397bb61baeebcafda97c61c81dfbc1c4af96c17.tar.bz2 rpm-9397bb61baeebcafda97c61c81dfbc1c4af96c17.zip |
Kick out ancient and unused LDFLAGS_STATIC configure.ac-hackery
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 04bf68032..74f103183 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,8 +37,6 @@ AM_CPPFLAGS += -DLOCALEDIR="\"$(localedir)\"" AM_CPPFLAGS += -DRPMCONFIGDIR="\"@RPMCONFIGDIR@\"" AM_CPPFLAGS += -DLIBRPMALIAS_FILENAME="\"@RPMCONFIGDIR@/rpmpopt-${VERSION}\"" -staticLDFLAGS = @LDFLAGS_STATIC@ @LDFLAGS_NPTL@ - pkginclude_HEADERS = nodist_pkginclude_HEADERS = |