mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12096 57a11ea4-9604-0410-9ed3-97b8803252fd
12 lines
293 B
Makefile
12 lines
293 B
Makefile
AM_CPPFLAGS = \
|
|
-I$(top_srcdir)/lib/libgsf-1.12.3 \
|
|
-I$(top_builddir)/lib/goffice-0.0.4 \
|
|
-I$(top_srcdir)/lib/goffice-0.0.4 \
|
|
$(GOFFICE_DEPS_CFLAGS)
|
|
|
|
AM_LDFLAGS = \
|
|
$(GSF_LIBS)
|
|
|
|
GOFFICE_PLUGIN_FLAGS = $(GOFFICE_PLUGIN_LDFLAGS)
|
|
goffice_include_dir = $(includedir)/libgoffice-1/goffice
|