diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-25 05:43:52 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-25 05:43:52 +0100 |
commit | ffd534e4b8893c13b4368b7c80bea873ffdadc67 (patch) | |
tree | 39adeba918371256f56797dca1ff79e9efd6b1e5 /rpmdb/Makefile.am | |
parent | 0fc2acbe28328d1a999993ff1da2c7694df70f50 (diff) | |
download | librpm-tizen-ffd534e4b8893c13b4368b7c80bea873ffdadc67.tar.gz librpm-tizen-ffd534e4b8893c13b4368b7c80bea873ffdadc67.tar.bz2 librpm-tizen-ffd534e4b8893c13b4368b7c80bea873ffdadc67.zip |
Remove unnecessary deps on NSS.
Diffstat (limited to 'rpmdb/Makefile.am')
-rw-r--r-- | rpmdb/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am index 60e61cf73..dcfa7b15b 100644 --- a/rpmdb/Makefile.am +++ b/rpmdb/Makefile.am @@ -3,7 +3,6 @@ include $(top_srcdir)/rpm.am AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include/rpm -AM_CPPFLAGS += @WITH_NSS_INCLUDE@ AM_CPPFLAGS += @WITH_POPT_INCLUDE@ AM_CPPFLAGS += -I$(top_srcdir)/misc AM_CPPFLAGS += @WITH_SQLITE3_INCLUDE@ @@ -30,7 +29,6 @@ endif librpmdb_la_LDFLAGS = -release 4.4 librpmdb_la_LIBADD = \ $(top_builddir)/rpmio/librpmio.la \ - @WITH_NSS_LIB@ \ @WITH_POPT_LIB@ \ @WITH_SQLITE3_LIB@ \ @WITH_LIBELF_LIB@ @@ -173,4 +171,4 @@ tdbi_LDADD = librpmdb.la check_PROGRAMS += tjfn tjfn_SOURCES = tjfn.c -tjfn_LDADD = librpmdb.la @WITH_NSS_LIB@ +tjfn_LDADD = librpmdb.la |