pidgin/plugins/crazychat/Makefile.am

changeset 35860
9ec9886a1ad3
parent 16810
7f257f18af06
child 35888
bbef15512b9f
child 37137
27cf01a05bdf
--- a/pidgin/plugins/crazychat/Makefile.am	Wed Apr 16 22:40:44 2014 +0200
+++ b/pidgin/plugins/crazychat/Makefile.am	Thu Apr 17 01:29:28 2014 +0200
@@ -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