aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-31 18:42:31 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-31 18:42:31 +0000
commit7de9f07b0fc3729679ad2678ce1a04aed88e0f7f (patch)
tree98c483f918b5fa57f69d8754b388485da4f2ecd3 /src
parentca8e0a2919ba490f89d7986865ceef679516f094 (diff)
downloadgnunet-7de9f07b0fc3729679ad2678ce1a04aed88e0f7f.tar.gz
gnunet-7de9f07b0fc3729679ad2678ce1a04aed88e0f7f.zip
-test for nss.h
Diffstat (limited to 'src')
-rw-r--r--src/gns/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 1146950d8..2e28a6a90 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -1,6 +1,10 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3SUBDIRS = . nss 3if HAVE_GLIBCNSS
4NSS_SUBDIR = nss
5endif
6
7SUBDIRS = . $(NSS_SUBDIR)
4 8
5if MINGW 9if MINGW
6 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 10 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols