im.pidgin.pidgin: 7180f1790b23a722d6c377359e36bcc7cc7cca05

bjoern at cs.tu-berlin.de bjoern at cs.tu-berlin.de
Sun Jan 20 07:50:48 EST 2008


-----------------------------------------------------------------
Revision: 7180f1790b23a722d6c377359e36bcc7cc7cca05
Ancestor: 2c70b0a3d94cceda2826edc93fac5566775bab35
Author: bjoern at cs.tu-berlin.de
Date: 2008-01-20T12:43:00
Branch: im.pidgin.pidgin

Modified files:
        libpurple/example/Makefile.am

ChangeLog: 

Fix for $(top_builddir) != $(top_srcdir)

-------------- next part --------------
============================================================
--- libpurple/example/Makefile.am	bcf4795baef7a0e4cc5393a9a065a7cef42ac0fc
+++ libpurple/example/Makefile.am	97c7ad98ab6004d787ad89831f30103ac820bda8
@@ -17,7 +17,8 @@ AM_CPPFLAGS = \
 	-DLIBDIR=\"$(libdir)/purple-$(PURPLE_MAJOR_VERSION)/\" \
 	-DLOCALEDIR=\"$(datadir)/locale\" \
 	-DSYSCONFDIR=\"$(sysconfdir)\" \
-	-I$(top_srcdir)/libpurple/ \
+	-I$(top_builddir)/libpurple \
+	-I$(top_srcdir)/libpurple \
 	-I$(top_srcdir) \
 	$(DEBUG_CFLAGS) \
 	$(GLIB_CFLAGS) \


More information about the Commits mailing list