mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
329 B
19 lines
329 B
SUBDIRS =
|
|
|
|
noinst_LTLIBRARIES = libgoffice-app.la
|
|
|
|
libgoffice_app_la_SOURCES = \
|
|
goffice-app.h \
|
|
go-doc.c \
|
|
go-doc.h \
|
|
go-doc-impl.h \
|
|
go-doc-control.c \
|
|
go-doc-control.h \
|
|
go-doc-control-impl.h
|
|
|
|
libgoffice_app_la_LIBADD = ${GLIB_LIBS}
|
|
|
|
AM_CFLAGS = ${GLIB_CFLAGS} ${GSF_CFLAGS}
|
|
|
|
include $(srcdir)/../goffice.mk
|