qulogic/libgnt

Fixed out of source tree building

2016-01-06, James Geboski
22477dc14614
Parents 7c7f425f65bf
Children f2beced1f8c2
Fixed out of source tree building

This addresses:
- The autogen script not switching to the source directory
- Various missing header include paths
--- a/wms/Makefile.am Wed Oct 21 10:16:09 2015 -0400
+++ b/wms/Makefile.am Wed Jan 06 14:25:46 2016 -0500
@@ -30,6 +30,7 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/libpurple \
+ -I$(top_builddir)/libpurple \
-I$(top_srcdir)/finch \
-I$(top_srcdir)/finch/libgnt \
$(DEBUG_CFLAGS) \