diff options
author | Nils Durner <durner@gnunet.org> | 2005-07-09 12:52:30 +0000 |
---|---|---|
committer | Nils Durner <durner@gnunet.org> | 2005-07-09 12:52:30 +0000 |
commit | 249240cdd0532b3a5ffba1e1b522d84ae4e3f082 (patch) | |
tree | 57179393ebc131317483616f9771dbc7c3294170 | |
parent | aa61c30d54a5d7828acc1653c9f51c5e3a9f7234 (diff) | |
download | gnunet-gtk-249240cdd0532b3a5ffba1e1b522d84ae4e3f082.tar.gz gnunet-gtk-249240cdd0532b3a5ffba1e1b522d84ae4e3f082.zip |
Make compile under MinGW
-rw-r--r-- | src/plugins/about/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/daemon/Makefile.am | 1 | ||||
-rw-r--r-- | src/plugins/stats/Makefile.am | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/about/Makefile.am b/src/plugins/about/Makefile.am index 54c4f91a..1d924e92 100644 --- a/src/plugins/about/Makefile.am +++ b/src/plugins/about/Makefile.am | |||
@@ -13,6 +13,6 @@ libgnunetgtkmodule_about_la_SOURCES = \ | |||
13 | about.c | 13 | about.c |
14 | libgnunetgtkmodule_about_la_LIBADD = \ | 14 | libgnunetgtkmodule_about_la_LIBADD = \ |
15 | $(top_builddir)/src/common/libgnunetgtk_common.la \ | 15 | $(top_builddir)/src/common/libgnunetgtk_common.la \ |
16 | -lgnunetutil | 16 | -lgnunetutil @GTK_LIBS@ @GNUNETGTK_LIBS@ |
17 | libgnunetgtkmodule_about_la_LDFLAGS = \ | 17 | libgnunetgtkmodule_about_la_LDFLAGS = \ |
18 | -export-dynamic -avoid-version -module | 18 | -export-dynamic -avoid-version -module |
diff --git a/src/plugins/daemon/Makefile.am b/src/plugins/daemon/Makefile.am index 88f521bb..822e06ab 100644 --- a/src/plugins/daemon/Makefile.am +++ b/src/plugins/daemon/Makefile.am | |||
@@ -12,6 +12,7 @@ plugin_LTLIBRARIES = \ | |||
12 | libgnunetgtkmodule_daemon_la_SOURCES = \ | 12 | libgnunetgtkmodule_daemon_la_SOURCES = \ |
13 | daemon.c | 13 | daemon.c |
14 | libgnunetgtkmodule_daemon_la_LIBADD = \ | 14 | libgnunetgtkmodule_daemon_la_LIBADD = \ |
15 | @GTK_LIBS@ @GNUNETGTK_LIBS@ \ | ||
15 | $(top_builddir)/src/common/libgnunetgtk_common.la \ | 16 | $(top_builddir)/src/common/libgnunetgtk_common.la \ |
16 | -lgnunetutil \ | 17 | -lgnunetutil \ |
17 | -lgnunetgetoption_api | 18 | -lgnunetgetoption_api |
diff --git a/src/plugins/stats/Makefile.am b/src/plugins/stats/Makefile.am index 7b1362d4..dd32276a 100644 --- a/src/plugins/stats/Makefile.am +++ b/src/plugins/stats/Makefile.am | |||
@@ -13,6 +13,7 @@ libgnunetgtkmodule_stats_la_SOURCES = \ | |||
13 | functions.c functions.h \ | 13 | functions.c functions.h \ |
14 | statistics.c | 14 | statistics.c |
15 | libgnunetgtkmodule_stats_la_LIBADD = \ | 15 | libgnunetgtkmodule_stats_la_LIBADD = \ |
16 | @GTK_LIBS@ @GNUNETGTK_LIBS@ \ | ||
16 | $(top_builddir)/src/common/libgnunetgtk_common.la \ | 17 | $(top_builddir)/src/common/libgnunetgtk_common.la \ |
17 | -lgnunetutil \ | 18 | -lgnunetutil \ |
18 | -lgnunetgetoption_api \ | 19 | -lgnunetgetoption_api \ |