mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-31 08:38:12 -05:00
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16770 57a11ea4-9604-0410-9ed3-97b8803252fd
14 lines
257 B
Makefile
14 lines
257 B
Makefile
noinst_LTLIBRARIES = libgnc-stf.la
|
|
|
|
REALSRCS = stf-parse.c
|
|
REALHDRS = stf-parse.h
|
|
|
|
libgnc_stf_la_SOURCES = ${REALSRCS}
|
|
noinst_HEADERS = ${REALHDRS}
|
|
|
|
libgnc_stf_la_LIBADD = $(GOFFICE_LIBS)
|
|
|
|
AM_CFLAGS = $(GOFFICE_CFLAGS)
|
|
|
|
EXTRA_DIST = $(REALSRCS) $(REALHDRS)
|