diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-27 23:38:23 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-27 23:38:23 +0200 |
commit | 7e4155a8d286c81cc2df678ac19a09bdf0bd7c93 (patch) | |
tree | 2d11f8ec9e90b170b62992f260d3809f440c1afb /rpmdb | |
parent | 8d9081927b62d023b976081d8749d0ef4982cef2 (diff) | |
download | rpm-7e4155a8d286c81cc2df678ac19a09bdf0bd7c93.tar.gz rpm-7e4155a8d286c81cc2df678ac19a09bdf0bd7c93.tar.bz2 rpm-7e4155a8d286c81cc2df678ac19a09bdf0bd7c93.zip |
Comment out tjfn_LDFLAGS.
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am index 85ae6dc69..ca80d24ad 100644 --- a/rpmdb/Makefile.am +++ b/rpmdb/Makefile.am @@ -18,7 +18,7 @@ EXTRA_DIST = db3.c db_emu.h EXTRA_PROGRAMS = tjfn tjfn_SOURCES = tjfn.c -tjfn_LDFLAGS = @LDFLAGS_STATIC@ +# tjfn_LDFLAGS = @LDFLAGS_STATIC@ tjfn_LDADD = librpmdb.la @WITH_BEECRYPT_LIB@ pkgincdir = $(pkgincludedir) |