nautilus-sendto r430 - in trunk: . pidgin_plugin



Author: hadess
Date: Wed Apr  8 12:42:16 2009
New Revision: 430
URL: http://svn.gnome.org/viewvc/nautilus-sendto?rev=430&view=rev

Log:
2009-04-08  Bastien Nocera  <hadess hadess net>

	* pidgin_plugin/Makefile.am: Fix linkage, and add
	more warnings to the build



Modified:
   trunk/ChangeLog
   trunk/pidgin_plugin/Makefile.am

Modified: trunk/pidgin_plugin/Makefile.am
==============================================================================
--- trunk/pidgin_plugin/Makefile.am	(original)
+++ trunk/pidgin_plugin/Makefile.am	Wed Apr  8 12:42:16 2009
@@ -2,11 +2,12 @@
 plugin_LTLIBRARIES = nautilus.la
 
 nautilus_la_SOURCES = nautilus-sendto-plugin.c
-nautilus_la_LIBADD = $(NAUTILUS_SENDTO_CFLAGS)
-nautilus_la_LDFLAGS = -module -avoid-version
+nautilus_la_LIBADD = $(PIDGIN_LIBS)
+nautilus_la_LDFLAGS = -module -avoid-version -no-undefined
 
 AM_CPPFLAGS = 					\
 	-DLIBDIR=\"$(PIDGIN_LIBDIR)/pidgin/\" 	\
-	-DDATADIR=\"$(PIDGIN_DATADIR)\" 		\
+	-DDATADIR=\"$(PIDGIN_DATADIR)\" 	\
 	$(NAUTILUS_SENDTO_CFLAGS)		\
-	$(PIDGIN_CFLAGS)
+	$(PIDGIN_CFLAGS)			\
+	$(WARN_CFLAGS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]