hippo-canvas r7248 - trunk



Author: walters
Date: Tue Apr  1 01:03:06 2008
New Revision: 7248
URL: http://svn.gnome.org/viewvc/hippo-canvas?rev=7248&view=rev

Log:
Make make distcheck work.


Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Tue Apr  1 01:03:06 2008
@@ -1,6 +1,8 @@
 SUBDIRS=. docs
 
 CANVASSRCDIR=$(top_srcdir)
+CANVASCOMMONSRCDIR=$(top_srcdir)/common/hippo
+LINUXSRCDIR=$(top_srcdir)/linux/hippo
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = hippo-canvas-1.pc
@@ -8,7 +10,7 @@
 # note that target-specific CPPFLAGS will REPLACE
 # not augment these default flags by default,
 # so we manually put AM_CPPFLAGS in the target flags
-AM_CPPFLAGS=-DHIPPO_COMPILATION -DHIPPO_OS_LINUX -I$(top_builddir)/config -I$(COMMONSRCDIR) -I$(LINUXSRCDIR)
+AM_CPPFLAGS=-DHIPPO_COMPILATION -DHIPPO_OS_LINUX -I$(top_builddir)/config -I$(CANVASSRCDIR) -I$(CANVASCOMMONSRCDIR) -I$(LINUXSRCDIR)
 
 # the "config" dir seems like a convenient place that's already 
 # in everyone's include path ... I dunno



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]