Build paths.h as necessary.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/g2-gog-integ@10879 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled
2005-02-11 02:20:27 +00:00
parent cfe0512886
commit 165739f1cf

View File

@@ -4,6 +4,9 @@ AM_CFLAGS = $(GLIB_CFLAGS) $(ART_CFLAGS) $(GNOME_CFLAGS) $(GSF_CFLAGS)
noinst_LTLIBRARIES = libgoffice.la
BUILT_SOURCES = \
paths.h
libgoffice_la_LIBADD = \
utils/libgoffice-utils.la \
app/libgoffice-app.la \
@@ -16,6 +19,7 @@ libgoffice_la_LIBADD = \
${GLIB_LIBS}
libgoffice_la_SOURCES = \
$(BUILT_SOURCES) \
goffice.c \
goffice.h \
goffice-config.h \