From ffd534e4b8893c13b4368b7c80bea873ffdadc67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Sun, 25 Nov 2007 05:43:52 +0100 Subject: [PATCH] Remove unnecessary deps on NSS. --- rpmdb/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am index 60e61cf..dcfa7b1 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 -- 2.7.4