* 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
This commit is contained in:
Derek Atkins 2002-11-04 22:13:25 +00:00
parent a60d60b221
commit 5f35c56b73
2 changed files with 13 additions and 1 deletions

View File

@ -5,6 +5,10 @@
* src/gnome-utils/gnc-gui-query.c: use the right string when building * src/gnome-utils/gnc-gui-query.c: use the right string when building
the dialog (use the output from vsprintf, not the input) 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 <jsled@asynchronous.org> 2002-11-03 Joshua Sled <jsled@asynchronous.org>

View File

@ -38,9 +38,17 @@ gncinclude_HEADERS = \
gnc-ui-common.h \ gnc-ui-common.h \
gnc-ui-util.h \ gnc-ui-util.h \
guile-util.h \ guile-util.h \
i18n.h \
option-util.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_LDFLAGS = -module
libgncmod_app_utils_la_LIBADD = \ libgncmod_app_utils_la_LIBADD = \