mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11818 57a11ea4-9604-0410-9ed3-97b8803252fd
42 lines
1001 B
Makefile
42 lines
1001 B
Makefile
SUBDIRS = .
|
|
|
|
pkglib_LTLIBRARIES=libgncmod-log-replay.la
|
|
|
|
libgncmod_log_replay_la_SOURCES = \
|
|
gnc-log-replay.c \
|
|
gnc-plugin-log-replay.c \
|
|
gncmod-log-replay.c
|
|
|
|
noinst_HEADERS = \
|
|
gnc-log-replay.h \
|
|
gnc-plugin-log-replay.h
|
|
|
|
libgncmod_log_replay_la_LIBADD = \
|
|
${top_builddir}/src/gnc-module/libgncmodule.la \
|
|
${top_builddir}/src/core-utils/libcore-utils.la \
|
|
${top_builddir}/src/engine/libgncmod-engine.la \
|
|
${top_builddir}/src/import-export/libgncmod-generic-import.la \
|
|
${GLIB_LIBS} ${QOF_LIBS}
|
|
|
|
AM_CFLAGS = \
|
|
-I${top_srcdir}/src \
|
|
-I${top_srcdir}/src/core-utils \
|
|
-I${top_srcdir}/src/engine \
|
|
-I${top_srcdir}/src/gnc-module \
|
|
-I${top_srcdir}/src/app-utils \
|
|
-I${top_srcdir}/src/gnome \
|
|
-I${top_srcdir}/src/gnome-utils \
|
|
-I${top_srcdir}/src/import-export \
|
|
${GNOME_CFLAGS} \
|
|
${GTKHTML_CFLAGS} \
|
|
${GLADE_CFLAGS} \
|
|
${GUILE_INCS} \
|
|
${QOF_CFLAGS} \
|
|
${GLIB_CFLAGS}
|
|
|
|
uidir = $(GNC_UI_DIR)
|
|
dist_ui_DATA = \
|
|
gnc-plugin-log-replay-ui.xml
|
|
|
|
CLEANFILES = g-wrapped
|