pidgin/plugins/crazychat/Makefile.am

branch
soc.2013.gobjectification.plugins
changeset 37137
27cf01a05bdf
parent 36445
103c5fce58ce
parent 35860
9ec9886a1ad3
child 37139
5eb4f6b78114
--- a/pidgin/plugins/crazychat/Makefile.am	Wed Apr 16 12:04:51 2014 +0530
+++ b/pidgin/plugins/crazychat/Makefile.am	Sat Apr 19 20:05:35 2014 +0530
@@ -17,7 +17,8 @@
 MD_CPPFLAGS =
 endif
 
-crazychat_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) $(DEBUG_LFLAGS)
+crazychat_la_LDFLAGS = -module @PLUGIN_LDFLAGS@
+crazychat_la_LIBADD = @PIDGIN_LIBS@ $(GTKGLEXT_LIBS)
 crazychat_la_SOURCES = cc_pidgin_plugin.c cc_gtk_gl.c cc_gtk_gl.h \
 	cc_interface.h crazychat.c crazychat.h util.h\
 	cc_network.c cc_network.h filter.c filter.h\
@@ -25,8 +26,6 @@
 
 QT_CPPFLAGS = -D_DISABLE_QT_
 
-crazychat_la_LIBADD = $(GTKGLEXT_LIBS)
-
 #AM_CFLAGS = $(GTK_CFLAGS) \
 #$(GTKGLEXT_CFLAGS) \
 #-I$(top_srcdir)/include

mercurial