aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
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/util/Makefile.am
parentcbd467f0638c99a8e42ff827f2f1ec9a308c93cf (diff)
downloadgnunet-e409833ea6360385d5c085643a9fa028f410d7e1.tar.gz
gnunet-e409833ea6360385d5c085643a9fa028f410d7e1.zip
MinGW fixes, thanks to LRN on #gnunet
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am5
1 files changed, 2 insertions, 3 deletions
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 = \