aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-31 18:04:57 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-31 18:04:57 +0000
commite693a55c8ed236d5707e025614a935392f666fdb (patch)
treef3ff209a683e44dfc4e5cf9f6b4bfe7fa308dbc1 /src
parentf3fa149e507bf5cca1f499d48c780a4853e7b2c5 (diff)
downloadgnunet-e693a55c8ed236d5707e025614a935392f666fdb.tar.gz
gnunet-e693a55c8ed236d5707e025614a935392f666fdb.zip
-fixfix
Diffstat (limited to 'src')
-rw-r--r--src/gns/nss/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gns/nss/Makefile.am b/src/gns/nss/Makefile.am
index 582aa0696..a36de8930 100644
--- a/src/gns/nss/Makefile.am
+++ b/src/gns/nss/Makefile.am
@@ -30,13 +30,11 @@ endif
30LIBTOOL = $(SUDO_BINARY) $(SHELL) $(top_builddir)/libtool 30LIBTOOL = $(SUDO_BINARY) $(SHELL) $(top_builddir)/libtool
31 31
32if !MINGW 32if !MINGW
33if HAVE_SUDO
34nss_LTLIBRARIES = \ 33nss_LTLIBRARIES = \
35 libnss_gns.la \ 34 libnss_gns.la \
36 libnss_gns4.la \ 35 libnss_gns4.la \
37 libnss_gns6.la 36 libnss_gns6.la
38endif 37endif
39endif
40 38
41sources = util.c util.h query.h query.c 39sources = util.c util.h query.h query.c
42 40