]> Pileus Git - aweather/commitdiff
Fix compiling plugins with -Wl,-z,defs
authorAndy Spencer <andy753421@gmail.com>
Sat, 24 Oct 2009 19:52:01 +0000 (19:52 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 24 Oct 2009 19:55:34 +0000 (19:55 +0000)
src/plugins/Makefile.am

index 7db3716f117e75d5221d616c4fe9e4414a800427..7a70c287839da894bfaa4738e43762a071614f04 100644 (file)
@@ -1,6 +1,7 @@
 AM_CFLAGS   = -Wall -Werror -Wno-unused --std=gnu99  -I../
 AM_CPPFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS)
 AM_LDFLAGS  = -module $(GLIB_LIBS) $(GTK_LIBS)
+LIBS        = $(top_srcdir)/src/gis/libgis.la
 
 plugindir = $(libdir)/gis