Add CMakeLists.txt files to dist tarball generated by autotools

This is half of the work to align the cmake and autotools generated dist tarballs.
What's missing in the cmake dist tarball on my system are all the files generated
or installed by running autogen.sh. I can't test this because cmake can't run
my version of automake (1.15), or at least our CMake configuration prevents this from happening.
This commit is contained in:
Geert Janssens 2017-07-10 20:06:31 +02:00
parent e67f45003b
commit b1f9f80110
161 changed files with 335 additions and 119 deletions

View File

@ -54,6 +54,10 @@ dist_doc_DATA = \
EXTRA_DIST = \
$(SWIG_DIST_FAIL) \
CMakeLists.txt \
cmake/cmake_uninstall.cmake.in \
cmake/README_CMAKE.txt \
cmake/CMakeLists.txt \
make-gnucash-potfiles.in \
macros/binreloc.m4 \
macros/compiler-flags.m4 \
@ -61,6 +65,9 @@ EXTRA_DIST = \
macros/ax_python_devel.m4 \
macros/ax_swig_python.m4 \
macros/legacy_macros.m4 \
macros/CMakeLists.txt \
po/CMakeLists.txt \
po/glossary/CMakeLists.txt \
po/gnucash.pot \
po/POTFILES.in \
po/POTFILES.skip \
@ -94,7 +101,10 @@ EXTRA_DIST = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
util/gnc-vcs-info
test-templates/CMakeLists.txt \
test-templates/Makefile.am \
util/gnc-vcs-info \
util/CMakeLists.txt
## We borrow guile's convention and use @-...-@ as the substitution
## brackets here, instead of the usual @...@. This prevents autoconf

View File

@ -21,4 +21,5 @@ account_DATA = \
EXTRA_DIST = \
${account_DATA} \
acctchrt_full.gnucash-xea
acctchrt_full.gnucash-xea \
CMakeLists.txt

View File

@ -35,3 +35,4 @@ SUBDIRS = \
zh_HK \
zh_TW
EXTRA_DIST = CMakeLists.txt

View File

@ -19,4 +19,5 @@ account_DATA = \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -8,4 +8,5 @@ account_DATA = \
acctchrt_homeown.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -10,3 +10,5 @@ dist_account_DATA = \
acctchrt_houseown.gnucash-xea \
acctchrt_investment.gnucash-xea \
acctchrt_kids.gnucash-xea
EXTRA_DIST = CMakeLists.txt

View File

@ -10,4 +10,5 @@ account_DATA = \
acctchrt_chkmu.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -20,4 +20,5 @@ account_DATA = \
EXTRA_DIST = \
${account_DATA} \
acctchrt_full.gnucash-xea
acctchrt_full.gnucash-xea \
CMakeLists.txt

View File

@ -7,4 +7,5 @@ account_DATA = \
acctchrt_brokerage.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -22,4 +22,5 @@ account_DATA = \
EXTRA_DIST = \
${account_DATA} \
acctchrt_full.gnucash-xea
acctchrt_full.gnucash-xea \
CMakeLists.txt

View File

@ -19,5 +19,6 @@ account_DATA = \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -19,5 +19,6 @@ account_DATA = \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -7,4 +7,5 @@ account_DATA = \
acctchrt_ry.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -17,4 +17,5 @@ account_DATA = \
acctchrt_revenus.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -20,4 +20,5 @@ account_DATA = \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -20,4 +20,5 @@ account_DATA = \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -20,4 +20,5 @@ account_DATA = \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -18,4 +18,5 @@ account_DATA = \
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -21,4 +21,5 @@ account_DATA = \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -20,4 +20,5 @@ account_DATA = \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -5,5 +5,6 @@ account_DATA = \
acctchrt_business.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -21,4 +21,5 @@ account_DATA = \
EXTRA_DIST = \
${account_DATA} \
acctchrt_full.gnucash-xea
acctchrt_full.gnucash-xea \
CMakeLists.txt

View File

@ -22,4 +22,5 @@ account_DATA = \
EXTRA_DIST = \
${account_DATA} \
acctchrt_full.gnucash-xea
acctchrt_full.gnucash-xea \
CMakeLists.txt

View File

@ -6,4 +6,5 @@ account_DATA = \
acctchrt_rgs_1.1.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -21,4 +21,5 @@ account_DATA = \
EXTRA_DIST = \
${account_DATA} \
acctchrt_full.gnucash-xea
acctchrt_full.gnucash-xea \
CMakeLists.txt

View File

@ -19,4 +19,5 @@ account_DATA = \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -18,4 +18,5 @@ account_DATA = \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -8,4 +8,5 @@ account_DATA = \
acctchrt_renter.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -19,4 +19,5 @@ account_DATA = \
acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -7,4 +7,5 @@ account_DATA = \
acctchrt_rf.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -7,4 +7,5 @@ account_DATA = \
acctchrt_rf.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -6,4 +6,5 @@ account_DATA = \
acctchrt_common.gnucash-xea
EXTRA_DIST = \
README.bas_2012 \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -12,4 +12,5 @@ account_DATA = \
acctchrt_TEKDUZ.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -21,4 +21,5 @@ account_DATA = \
EXTRA_DIST = \
${account_DATA} \
acctchrt_full.gnucash-xea
acctchrt_full.gnucash-xea \
CMakeLists.txt

View File

@ -5,4 +5,5 @@ account_DATA = \
acctchrt_business.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -5,4 +5,5 @@ account_DATA = \
acctchrt_business.gnucash-xea
EXTRA_DIST = \
${account_DATA}
${account_DATA} \
CMakeLists.txt

View File

@ -10,4 +10,4 @@ checks_DATA = \
quicken_check_21.chk \
quicken_3part.chk
EXTRA_DIST = ${checks_DATA}
EXTRA_DIST = ${checks_DATA} CMakeLists.txt

View File

@ -34,7 +34,8 @@ EXTRA_DIST = \
gnucash.1.in \
gtkrc-2.0.gnucash \
misc-notes.txt \
tip_of_the_day.list.in
tip_of_the_day.list.in \
CMakeLists.txt
## We borrow guile's convention and use @-...-@ as the substitution
## brackets here, instead of the usual @...@. This prevents autoconf

View File

@ -20,4 +20,5 @@ doc_DATA = \
web.qif
EXTRA_DIST = \
${doc_DATA}
${doc_DATA} \
CMakeLists.txt

View File

@ -4,5 +4,5 @@ else
SUBDIRS = libc
endif
EXTRA_DIST = README
EXTRA_DIST = README CMakeLists.txt

View File

@ -17,7 +17,8 @@ EXTRA_libc_missing_la_SOURCES = \
localtime_r.c \
setenv.c \
strfmon.c \
strptime.c
strptime.c \
CMakeLists.txt
# This will automatically be filled in with the necessary object file
# names. Configure does this based upon the AC_REPLACE_FUNCS macros.

View File

@ -10,4 +10,4 @@ libgnc_stf_la_LIBADD = $(GOFFICE_LIBS)
AM_CPPFLAGS = $(GOFFICE_CFLAGS)
EXTRA_DIST = $(REALSRCS) $(REALHDRS)
EXTRA_DIST = $(REALSRCS) $(REALHDRS) CMakeLists.txt

View File

@ -1,6 +1,7 @@
EXTRA_DIST = \
gnucash.spec.in \
gnucash.spec
gnucash.spec \
CMakeLists.txt
all-local: gnucash.spec

View File

@ -59,7 +59,22 @@ MAINTAINERCLEANFILES = swig-runtime.h
EXTRA_DIST = \
base-typemaps.i \
cmake_modules/MacroAppendForeach.cmake \
cmake_modules/GncAddSwigCommand.cmake \
cmake_modules/GncAddTest.cmake \
cmake_modules/MakeDist.cmake \
cmake_modules/COPYING-CMAKE-SCRIPTS.txt \
cmake_modules/MakeDistFiles.cmake \
cmake_modules/MacroAddSourceFileCompileFlags.cmake \
cmake_modules/MakeDistCheck.cmake \
cmake_modules/GncConfigure.cmake \
cmake_modules/GncAddSchemeTargets.cmake \
cmake_modules/GncAddGSchemaTargets.cmake \
cmake_modules/GncFindPkgConfig.cmake \
cmake_modules/CMakeLists.txt \
config.h.cmake.in \
README.modules \
gnc-test-env.pl \
guile-mappings.h \
platform.h
platform.h \
CMakeLists.txt

View File

@ -172,7 +172,8 @@ EXTRA_DIST = \
app-utils.i \
${gncscmmod_DATA} \
${gncscm_DATA} \
${prefsmigration_DATA}
${prefsmigration_DATA} \
CMakeLists.txt
if OS_WIN32
libgncmod_app_utils_la_SOURCES += gnc-help-utils.c

View File

@ -53,7 +53,8 @@ check_PROGRAMS = \
test-sx
EXTRA_DIST = \
test-load-module
test-load-module \
CMakeLists.txt
AM_CPPFLAGS = \
-I${top_srcdir}/src \

View File

@ -3,3 +3,4 @@ if WITH_DBI
endif
SUBDIRS = xml sql ${DBI_DIR}
EXTRA_DIST = CMakeLists.txt

View File

@ -35,3 +35,5 @@ libgncmod_backend_dbi_la_LIBADD = \
${LIBDBI_LIBS}
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.backend.dbi\"
EXTRA_DIST = CMakeLists.txt

View File

@ -45,7 +45,8 @@ TESTS_ENVIRONMENT = \
EXTRA_DIST += \
test-dbi-stuff.h \
test-dbi-business-stuff.h \
test-dbi.xml
test-dbi.xml \
CMakeLists.txt
TEST_PROGS += \
test-backend-dbi

View File

@ -76,3 +76,5 @@ libgnc_backend_sql_la_LIBADD = \
${top_builddir}/src/libqof/qof/libgnc-qof.la
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.backend.sql\"
EXTRA_DIST = CMakeLists.txt

View File

@ -78,3 +78,5 @@ test_sqlbe_CFLAGS = \
-I$(top_srcdir)/src/libqof/qof/ \
-I$(top_srcdir)/src/test-core/ \
$(GLIB_CFLAGS)
EXTRA_DIST = CMakeLists.txt

View File

@ -102,3 +102,5 @@ libgncmod_backend_xml_la_LIBADD = \
${top_builddir}/src/libqof/qof/libgnc-qof.la
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.backend.xml\"
EXTRA_DIST = CMakeLists.txt

View File

@ -272,6 +272,7 @@ EXTRA_DIST = \
grab-types.pl \
test-dom-parser1.c \
test-real-data.sh \
test-xml2-is-file.c
test-xml2-is-file.c \
CMakeLists.txt
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.backend.xml\"

View File

@ -1 +1,3 @@
SUBDIRS = xml2
EXTRA_DIST = CMakeLists.txt

View File

@ -14,7 +14,9 @@ ACCT_TST_FILES = \
ms-money.gml2 \
pricedb1.gml2
EXTRA_DIST = $(ACCT_TST_FILES)
EXTRA_DIST = \
$(ACCT_TST_FILES) \
CMakeLists.txt
check:
for file in $(ACCT_TST_FILES); do \

View File

@ -137,8 +137,9 @@ CLEANFILES += ${gnc_common_scripts}
endif
EXTRA_DIST = \
generate-gnc-script \
generate-gnc-script \
gnucash-valgrind.in \
environment.in
environment.in \
CMakeLists.txt
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.bin\"

View File

@ -8,7 +8,8 @@ EXTRA_DIST = \
gnucash-env.in \
gnucash-build-env.in \
gnucash-make-guids \
guile.in
guile.in \
CMakeLists.txt
noinst_DATA = gnucash-build-env guile

View File

@ -4,4 +4,6 @@ TESTS = test-version
TESTS_ENVIRONMENT = \
PATH="..:${PATH}"
EXTRA_DIST = test-version
EXTRA_DIST = \
test-version \
CMakeLists.txt

View File

@ -1,3 +1,5 @@
SUBDIRS = \
business-ledger \
business-gnome
EXTRA_DIST = CMakeLists.txt

View File

@ -87,7 +87,8 @@ gncscmmoddir = ${GNC_SCM_INSTALL_DIR}/gnucash
gncscmmod_DATA = business-gnome.scm
EXTRA_DIST = \
${gncscmmod_DATA}
${gncscmmod_DATA} \
CMakeLists.txt
if GNUCASH_SEPARATE_BUILDDIR
#Only needed when srcdir and builddir are different

View File

@ -8,3 +8,5 @@ gsettings_SCHEMAS = $(gschema_in_files:.gschema.xml.in=.gschema.xml)
@GSETTINGS_RULES@
CLEANFILES = $(gsettings_SCHEMAS)
EXTRA_DIST = CMakeLists.txt

View File

@ -14,4 +14,5 @@ gtkbuilder_DATA = \
dialog-vendor.glade
EXTRA_DIST = \
${gtkbuilder_DATA}
${gtkbuilder_DATA} \
CMakeLists.txt

View File

@ -4,4 +4,4 @@ ui_DATA = \
gnc-plugin-page-invoice-ui.xml \
gnc-plugin-page-owner-tree-ui.xml
EXTRA_DIST = $(ui_DATA)
EXTRA_DIST = $(ui_DATA) CMakeLists.txt

View File

@ -42,3 +42,5 @@ AM_CPPFLAGS = \
${GLIB_CFLAGS}
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.business.ledger\"
EXTRA_DIST = CMakeLists.txt

View File

@ -130,7 +130,13 @@ endif
noinst_DATA = .scm-links
BUILT_SOURCES = gncla-dir.h gnc-version.h
EXTRA_DIST = $(gncscmmod_DATA) core-utils.i gncla-dir.h.in gnc-vcs-info.h
EXTRA_DIST = \
$(gncscmmod_DATA) \
core-utils.i \
gncla-dir.h.in \
gnc-vcs-info.h \
CMakeLists.txt
clean-local:
rm -rf gnucash

View File

@ -49,7 +49,8 @@ test_gnc_glib_utils_CFLAGS = \
-I${top_srcdir}/${MODULEPATH} \
${GLIB_CFLAGS}
EXTRA_DIST +=
EXTRA_DIST += \
CMakeLists.txt
clean-local:
rm -f translog.*

View File

@ -1,3 +1,4 @@
SUBDIRS = \
valgrind
EXTRA_DIST = CMakeLists.txt

View File

@ -6,4 +6,5 @@ EXTRA_DIST = \
valgrind-libfontconfig.supp \
valgrind-libgda.supp \
valgrind-libguile.supp \
valgrind-x11.supp
valgrind-x11.supp \
CMakeLists.txt

View File

@ -25,7 +25,8 @@ EXTRA_DIST = \
qif.txt \
tax.txt \
user-prefs-howto.txt \
python-bindings-doxygen.py
python-bindings-doxygen.py \
CMakeLists.txt
all:

View File

@ -17,3 +17,5 @@ gnucash_design_TEXINFOS = \
# have a version skew between automake and texinfo.
DISTCLEANFILES = gnucash-design.cps gnucash-design.fns gnucash-design.tps
MAINTAINERCLEANFILES = gnucash-design.info gnucash-design.info-[0-9]*
EXTRA_DIST = CMakeLists.txt

View File

@ -9,4 +9,5 @@ EXTRA_DIST = \
preferences-v1.dtd \
prices-v1.dtd \
transactions-v2.dtd \
types.dtd
types.dtd \
CMakeLists.txt

View File

@ -164,7 +164,8 @@ EXTRA_DIST = \
engine-common.i \
business-core.i \
${gncscmmod_DATA} \
${gncscm_DATA}
${gncscm_DATA} \
CMakeLists.txt
if GNUCASH_SEPARATE_BUILDDIR
#For executing test cases

View File

@ -24,3 +24,5 @@ AM_CPPFLAGS = \
-I${top_srcdir}/src/libqof/qof \
${GLIB_CFLAGS} \
${GUILE_CFLAGS}
EXTRA_DIST = CMakeLists.txt

View File

@ -131,7 +131,8 @@ EXTRA_DIST += \
test-scm-query-import \
test-scm-query-import.scm \
$(SCM_TEST_HELPERS) \
$(SCM_TEST_SRCS)
$(SCM_TEST_SRCS) \
CMakeLists.txt
TEST_PROGS += test-engine

View File

@ -44,7 +44,8 @@ endif
EXTRA_DIST = \
${gncscmmod_DATA} \
gnc-module.i
gnc-module.i \
CMakeLists.txt
if GNUCASH_SEPARATE_BUILDDIR
#For executing test cases

View File

@ -67,7 +67,8 @@ EXTRA_DIST = \
test-scm-dynload \
test-scm-init \
test-scm-module \
test-scm-multi
test-scm-multi \
CMakeLists.txt
foo:
${TESTS_ENVIRONMENT} strace -f -o xxx ./test-load-c

View File

@ -26,3 +26,5 @@ libgncmod_agedver_la_LIBADD = \
$(GLIB_LIBS)
CLEANFILES = *.so* *.a
EXTRA_DIST = CMakeLists.txt

View File

@ -36,7 +36,8 @@ endif
EXTRA_DIST = \
bar.i \
gnucash/bar.scm
gnucash/bar.scm \
CMakeLists.txt
BUILT_SOURCES = swig-bar.c
MAINTAINERCLEANFILES = swig-bar.c

View File

@ -40,7 +40,8 @@ endif
EXTRA_DIST = \
baz.i \
gnucash/baz.scm
gnucash/baz.scm \
CMakeLists.txt
BUILT_SOURCES = swig-baz.c
MAINTAINERCLEANFILES = swig-baz.c

View File

@ -25,7 +25,8 @@ libgncmodfoo_la_LIBADD = \
EXTRA_DIST = \
foo.i \
gnucash/foo.scm
gnucash/foo.scm \
CMakeLists.txt
if BUILDING_FROM_VCS
swig-foo.c: foo.i

View File

@ -61,6 +61,7 @@ gtkbuilder_DATA = \
dialog-search.glade
EXTRA_DIST = \
${gtkbuilder_DATA}
${gtkbuilder_DATA} \
CMakeLists.txt
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.gui.search\"

View File

@ -248,7 +248,8 @@ EXTRA_DIST = \
make-gnc-warnings-c.xsl \
make-gnc-warnings-h.xsl \
${gncscmmod_DATA} \
${gncscm_DATA}
${gncscm_DATA} \
CMakeLists.txt
if GNUCASH_SEPARATE_BUILDDIR

View File

@ -9,3 +9,5 @@ gsettings_SCHEMAS = $(gschema_in_files:.gschema.xml.in=.gschema.xml)
@GSETTINGS_RULES@
CLEANFILES = $(gsettings_SCHEMAS)
EXTRA_DIST = CMakeLists.txt

View File

@ -19,4 +19,4 @@ gtkbuilder_DATA = \
gnc-recurrence.glade \
gnc-tree-view-owner.glade
EXTRA_DIST = $(gtkbuilder_DATA)
EXTRA_DIST = $(gtkbuilder_DATA) CMakeLists.txt

View File

@ -70,7 +70,8 @@ test_link_module_LDADD = \
${top_builddir}/src/gnc-module/libgnc-module.la
EXTRA_DIST = \
test-load-module
test-load-module \
CMakeLists.txt
testit:
libtool --mode execute gdb test-link-module

View File

@ -5,4 +5,4 @@ ui_DATA = \
gnc-windows-menu-ui-quartz.xml \
osx_accel_map
EXTRA_DIST = $(ui_DATA)
EXTRA_DIST = $(ui_DATA) CMakeLists.txt

View File

@ -126,7 +126,8 @@ endif
EXTRA_DIST = \
gnome.i \
$(gnomeapp_in_files) \
$(appdata_in_files)
$(appdata_in_files) \
CMakeLists.txt
AM_CPPFLAGS = \
-I${top_srcdir}/src \

View File

@ -16,3 +16,5 @@ gsettings_SCHEMAS = $(gschema_in_files:.gschema.xml.in=.gschema.xml)
@GSETTINGS_RULES@
CLEANFILES = $(gsettings_SCHEMAS)
EXTRA_DIST = CMakeLists.txt

View File

@ -19,4 +19,4 @@ gtkbuilder_DATA = \
window-autoclear.glade \
window-reconcile.glade
EXTRA_DIST = $(gtkbuilder_DATA)
EXTRA_DIST = $(gtkbuilder_DATA) CMakeLists.txt

View File

@ -20,4 +20,4 @@ ui_DATA = \
gnc-sxed-window-ui.xml \
gnc-sxed-window-ui-full.xml
EXTRA_DIST = $(ui_DATA)
EXTRA_DIST = $(ui_DATA) CMakeLists.txt

View File

@ -69,7 +69,8 @@ endif
endif
EXTRA_DIST = \
gnc-html.i
gnc-html.i \
CMakeLists.txt
CLEANFILES = $(BUILT_SOURCES) gnucash
MAINTAINERCLEANFILES = swig-gnc-html.c

View File

@ -68,6 +68,7 @@ AM_CPPFLAGS = \
EXTRA_DIST = \
$(gtkbuilder_DATA) \
generic-import-design.txt
generic-import-design.txt \
CMakeLists.txt
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.i-e\"

View File

@ -75,6 +75,10 @@ gtkbuilder_DATA = \
assistant-ab-initial.glade \
dialog-ab.glade
EXTRA_DIST = ${ui_DATA} ${gtkbuilder_DATA} migratable-prefs-aqbanking.xml
EXTRA_DIST = \
${ui_DATA} \
${gtkbuilder_DATA} \
migratable-prefs-aqbanking.xml \
CMakeLists.txt
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.import.aqbanking\"

View File

@ -8,3 +8,5 @@ gsettings_SCHEMAS = $(gschema_in_files:.gschema.xml.in=.gschema.xml)
@GSETTINGS_RULES@
CLEANFILES = $(gsettings_SCHEMAS)
EXTRA_DIST = CMakeLists.txt

View File

@ -54,6 +54,6 @@ gtkbuilderdir = ${GNC_GTKBUILDER_DIR}
gtkbuilder_DATA = \
assistant-csv-export.glade
EXTRA_DIST = $(ui_DATA) $(gtkbuilder_DATA)
EXTRA_DIST = $(ui_DATA) $(gtkbuilder_DATA) CMakeLists.txt
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.export.csv\"

View File

@ -8,3 +8,5 @@ gsettings_SCHEMAS = $(gschema_in_files:.gschema.xml.in=.gschema.xml)
@GSETTINGS_RULES@
CLEANFILES = $(gsettings_SCHEMAS)
EXTRA_DIST = CMakeLists.txt

View File

@ -59,6 +59,6 @@ gtkbuilder_DATA = \
assistant-csv-account-import.glade \
assistant-csv-trans-import.glade
EXTRA_DIST = $(ui_DATA) $(gtkbuilder_DATA)
EXTRA_DIST = $(ui_DATA) $(gtkbuilder_DATA) CMakeLists.txt
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.import.csv\"

View File

@ -8,3 +8,5 @@ gsettings_SCHEMAS = $(gschema_in_files:.gschema.xml.in=.gschema.xml)
@GSETTINGS_RULES@
CLEANFILES = $(gsettings_SCHEMAS)
EXTRA_DIST = CMakeLists.txt

View File

@ -92,7 +92,8 @@ TESTS_ENVIRONMENT = \
$(shell ${abs_top_srcdir}/src/gnc-test-env.pl --noexports ${GNC_TEST_DEPS})
EXTRA_DIST += \
sample1.csv
sample1.csv \
CMakeLists.txt
AM_CPPFLAGS = -DG_LOG_DOMAIN=\"gnc.import.csv\"

View File

@ -8,3 +8,5 @@ gsettings_SCHEMAS = $(gschema_in_files:.gschema.xml.in=.gschema.xml)
@GSETTINGS_RULES@
CLEANFILES = $(gsettings_SCHEMAS)
EXTRA_DIST = CMakeLists.txt

Some files were not shown because too many files have changed in this diff Show More