# HG changeset patch # User Dafydd Harries # Date 1193844892 0 # Node ID eafeecd05c9ab9e8d2fa4ac1d838159e2713d8e9 # Parent 69dccab55eb7a45abb2aa45db18d4b54797772b7 include $(srcdir) in path to symbol file diff -r 69dccab55eb7 -r eafeecd05c9a 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