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.
20 lines
485 B
20 lines
485 B
noinst_LTLIBRARIES = libgnc-goffice.la
|
|
|
|
REALSRCS = go-optionmenu.c \
|
|
go-charmap-sel.c \
|
|
go-glib-extras.c
|
|
REALHDRS = go-optionmenu.h \
|
|
go-charmap-sel.h \
|
|
go-glib-extras.h
|
|
|
|
libgnc_goffice_la_SOURCES = ${REALSRCS}
|
|
noinst_HEADERS = ${REALHDRS}
|
|
|
|
libgnc_goffice_la_LIBADD = $(GTK_LIBS) \
|
|
${LIBXML2_LIBS}
|
|
|
|
AM_CPPFLAGS = $(GTK_CFLAGS) \
|
|
${LIBXML2_CFLAGS}
|
|
|
|
EXTRA_DIST = $(REALSRCS) $(REALHDRS) CMakeLists.txt
|