From 5f35c56b73a1bb505e4aae9fe56e43fdbdcc7929 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Mon, 4 Nov 2002 22:13:25 +0000 Subject: [PATCH] * src/app-utils/Makefile.am: install i18n.h but don't include it in the DIST tarball -- let it be generated from i18n.h.in, which IS distributed. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7440 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ src/app-utils/Makefile.am | 10 +++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3898932ff5..1ab3747151 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ * src/gnome-utils/gnc-gui-query.c: use the right string when building the dialog (use the output from vsprintf, not the input) + + * src/app-utils/Makefile.am: install i18n.h but don't include it + in the DIST tarball -- let it be generated from i18n.h.in, which + IS distributed. 2002-11-03 Joshua Sled diff --git a/src/app-utils/Makefile.am b/src/app-utils/Makefile.am index 1a121a48bc..d88dc7732b 100644 --- a/src/app-utils/Makefile.am +++ b/src/app-utils/Makefile.am @@ -38,9 +38,17 @@ gncinclude_HEADERS = \ gnc-ui-common.h \ gnc-ui-util.h \ guile-util.h \ - i18n.h \ option-util.h +# +# i18n.h wants to be installed, but we do NOT want it included +# in the DISTFILE. So, call it data and don't add it to +# extra_dist.. +# +gnci18nincludedir = ${GNC_INCLUDE_DIR} +gnci18ninclude_DATA = \ + i18n.h + libgncmod_app_utils_la_LDFLAGS = -module libgncmod_app_utils_la_LIBADD = \