projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
681031a
)
incompatible with MinGW
author
Nils Durner
<durner@gnunet.org>
Sun, 8 Nov 2009 21:00:00 +0000
(21:00 +0000)
committer
Nils Durner
<durner@gnunet.org>
Sun, 8 Nov 2009 21:00:00 +0000
(21:00 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index c30045c9b2967ad46d7754eefd7489170833b7ea..2b90ce1e21d1e6b6702096a64ac9581e9f2fe3c2 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-7,6
+7,10
@@
if HAVE_MHD
HOSTLIST_DIR = hostlist
endif
+if !MINGW
+ NAT_DIR = nat
+endif
+
SUBDIRS = \
include $(INTLEMU_SUBDIRS) \
util \
@@
-24,5
+28,5
@@
SUBDIRS = \
$(HOSTLIST_DIR) \
topology \
fs \
- nat
+ $(NAT_DIR)