diff options
author | Jens Georg <mail@jensge.org> | 2009-05-01 20:24:22 +0200 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2009-12-04 14:32:36 +0200 |
commit | 5414e172566c1430d25b3a8ac3ec7a2905697866 (patch) | |
tree | be5b662d01675514a51a51c45fdbac03b407ff83 /src/universal-cp | |
parent | 0d324d8ed572cbcc5c68542b893e577a306dd8b8 (diff) | |
download | gupnp-tools-5414e172566c1430d25b3a8ac3ec7a2905697866.tar.gz |
Make sure everything builds on windows
Diffstat (limited to 'src/universal-cp')
-rw-r--r-- | src/universal-cp/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/universal-cp/Makefile.am b/src/universal-cp/Makefile.am index d57dc7c..7c55748 100644 --- a/src/universal-cp/Makefile.am +++ b/src/universal-cp/Makefile.am @@ -22,8 +22,7 @@ gupnp_universal_cp_SOURCES = main.c \ details-treeview.h \ event-treeview.h \ action-dialog.h -gupnp_universal_cp_LDADD = $(GTK_LIBS) $(LIBGUPNP_LIBS) $(GTHREAD_LIBS) \ - ../common/libicons.a +gupnp_universal_cp_LDADD = ../common/libicons.a $(GTK_LIBS) $(LIBGUPNP_LIBS) $(GTHREAD_LIBS) gupnp_universal_cp_LDFLAGS = -export-dynamic MAINTAINERCLEANFILES = Makefile.in |