summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpurple/example/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/example/Makefile.am b/libpurple/example/Makefile.am
index dfb6188d6a..9125ea2ea1 100644
--- a/libpurple/example/Makefile.am
+++ b/libpurple/example/Makefile.am
@@ -4,13 +4,13 @@ nullclient_SOURCES = defines.h nullclient.c
nullclient_DEPENDENCIES =
nullclient_LDFLAGS = -export-dynamic
nullclient_LDADD = \
+ $(top_builddir)/libpurple/libpurple.la \
$(DBUS_LIBS) \
$(INTLLIBS) \
$(GLIB_LIBS) \
$(GPLUGIN_LIBS) \
$(LIBXML_LIBS) \
- $(GSTVIDEO_LIBS) \
- $(top_builddir)/libpurple/libpurple.la
+ $(GSTVIDEO_LIBS)
AM_CPPFLAGS = \
-DSTANDALONE \