include $(srcdir) in path to symbol file 1.3.2
authorDafydd Harries <dafydd.harries@collabora.co.uk>
Wed, 31 Oct 2007 15:34:52 +0000
changeset 315 eafeecd05c9a
parent 314 69dccab55eb7
child 316 ac545b623d43
include $(srcdir) in path to symbol file
loudmouth/Makefile.am
--- a/loudmouth/Makefile.am	Wed Oct 31 15:13:17 2007 +0000
+++ b/loudmouth/Makefile.am	Wed Oct 31 15:34:52 2007 +0000
@@ -80,7 +80,7 @@
 
 libloudmouth_1_la_LDFLAGS = \
 	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-	-export-symbols loudmouth.sym
+	-export-symbols $(srcdir)/loudmouth.sym
 libloudmouthincludedir = $(includedir)/loudmouth-1.0/loudmouth
 
 # an explicit dependency here so alm generated files get built