aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-03-22 15:51:03 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-03-22 15:51:03 +0000
commit3ae34c68c67941867a273e44d70598e7c02f4c9e (patch)
treeb1bfe26a496ccd1e309e1a620fca403e580322c8 /contrib/Makefile.am
parent8d02205bfc76bd089189d640c4bfa3c49cfda061 (diff)
downloadgnunet-3ae34c68c67941867a273e44d70598e7c02f4c9e.tar.gz
gnunet-3ae34c68c67941867a273e44d70598e7c02f4c9e.zip
added 32 and 64bit tapw32 drivers for exit and vpn helpers in windows
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index bb113126e..d3be84d6c 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -67,7 +67,7 @@ test_gnunet_prefix_LDADD = \
67pkghellodir= $(pkgdatadir)/hellos 67pkghellodir= $(pkgdatadir)/hellos
68 68
69install-data-local: 69install-data-local:
70 $(mkinstalldirs) $(DESTDIR)$(pkghellodir) 70 $(mkinstalldirs) $(DESTDIR)$(pkghellodir)
71 @$(NORMAL_INSTALL) 71 @$(NORMAL_INSTALL)
72 for hello in $(srcdir)/hellos/*; do \ 72 for hello in $(srcdir)/hellos/*; do \
73 if test -f $$hello; then \ 73 if test -f $$hello; then \