[Gnucash-changes] Build paths.h as necessary.

Joshua Sled jsled at cvs.gnucash.org
Thu Feb 10 21:20:28 EST 2005


Log Message:
-----------
Build paths.h as necessary.

Tags:
----
g2-gog-integ

Modified Files:
--------------
    gnucash/lib/goffice:
        Makefile.am

Revision Data
-------------
Index: Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/lib/goffice/Attic/Makefile.am,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -Llib/goffice/Makefile.am -Llib/goffice/Makefile.am -u -r1.1.2.1 -r1.1.2.2
--- lib/goffice/Makefile.am
+++ lib/goffice/Makefile.am
@@ -4,6 +4,9 @@
 
 noinst_LTLIBRARIES = libgoffice.la
 
+BUILT_SOURCES = \
+	paths.h
+
 libgoffice_la_LIBADD = 				\
 	utils/libgoffice-utils.la		\
 	app/libgoffice-app.la			\
@@ -16,6 +19,7 @@
 	${GLIB_LIBS}
 
 libgoffice_la_SOURCES = 	\
+	$(BUILT_SOURCES)        \
 	goffice.c		\
 	goffice.h		\
 	goffice-config.h	\


More information about the gnucash-changes mailing list