aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2010-03-22 20:24:49 +0000
committerNils Durner <durner@gnunet.org>2010-03-22 20:24:49 +0000
commite409833ea6360385d5c085643a9fa028f410d7e1 (patch)
tree2bf3adf8064de9e779563282d73f49db9c86bb05 /src
parentcbd467f0638c99a8e42ff827f2f1ec9a308c93cf (diff)
downloadgnunet-e409833ea6360385d5c085643a9fa028f410d7e1.tar.gz
gnunet-e409833ea6360385d5c085643a9fa028f410d7e1.zip
MinGW fixes, thanks to LRN on #gnunet
Diffstat (limited to 'src')
-rw-r--r--src/dht/Makefile.am2
-rw-r--r--src/peerinfo-tool/Makefile.am2
-rw-r--r--src/peerinfo/Makefile.am2
-rw-r--r--src/util/Makefile.am5
4 files changed, 5 insertions, 6 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 333034ecd..5b323d489 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -1,7 +1,7 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3if MINGW 3if MINGW
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -luuid -liconv -lstdc++ -lcomdlg32 -lgdi32 4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32
5endif 5endif
6 6
7if USE_COVERAGE 7if USE_COVERAGE
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index b9e6d7d07..c10440f92 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -1,7 +1,7 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3if MINGW 3if MINGW
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -luuid -liconv -lstdc++ -lcomdlg32 -lgdi32 4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32
5endif 5endif
6 6
7if USE_COVERAGE 7if USE_COVERAGE
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 42396e3e7..632a942de 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -1,7 +1,7 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3if MINGW 3if MINGW
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -luuid -liconv -lstdc++ -lcomdlg32 -lgdi32 4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32
5endif 5endif
6 6
7if USE_COVERAGE 7if USE_COVERAGE
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index d3f72091c..13bef97e0 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -11,7 +11,7 @@ libgnunetutilwin_la_SOURCES = \
11libgnunetutilwin_la_LDFLAGS = \ 11libgnunetutilwin_la_LDFLAGS = \
12 -Wl,--no-undefined -Wl,--export-all-symbols 12 -Wl,--no-undefined -Wl,--export-all-symbols
13libgnunetutilwin_la_LIBADD = \ 13libgnunetutilwin_la_LIBADD = \
14 -lshell32 -luuid -liconv -lstdc++ \ 14 -lshell32 -liconv -lstdc++ \
15 -lcomdlg32 -lgdi32 15 -lcomdlg32 -lgdi32
16WINLIB = libgnunetutilwin.la 16WINLIB = libgnunetutilwin.la
17endif 17endif
@@ -65,8 +65,7 @@ libgnunetutil_la_SOURCES = \
65 service.c \ 65 service.c \
66 signal.c \ 66 signal.c \
67 strings.c \ 67 strings.c \
68 time.c \ 68 time.c
69 $(WINSRC)
70 69
71 70
72libgnunetutil_la_LIBADD = \ 71libgnunetutil_la_LIBADD = \