diff options
author | Christian Fuchs <christian.fuchs@cfuchs.net> | 2013-03-22 15:51:03 +0000 |
---|---|---|
committer | Christian Fuchs <christian.fuchs@cfuchs.net> | 2013-03-22 15:51:03 +0000 |
commit | 3ae34c68c67941867a273e44d70598e7c02f4c9e (patch) | |
tree | b1bfe26a496ccd1e309e1a620fca403e580322c8 /contrib/Makefile.am | |
parent | 8d02205bfc76bd089189d640c4bfa3c49cfda061 (diff) |
added 32 and 64bit tapw32 drivers for exit and vpn helpers in windows
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index bb113126e8..d3be84d6cc 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -67,7 +67,7 @@ test_gnunet_prefix_LDADD = \ pkghellodir= $(pkgdatadir)/hellos install-data-local: - $(mkinstalldirs) $(DESTDIR)$(pkghellodir) + $(mkinstalldirs) $(DESTDIR)$(pkghellodir) @$(NORMAL_INSTALL) for hello in $(srcdir)/hellos/*; do \ if test -f $$hello; then \ |