mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
a60d60b221
commit
5f35c56b73
@ -6,6 +6,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 <jsled@asynchronous.org>
|
||||
|
||||
* src/gnome/dialog-sxsincelast.c: Use GNCSplitReg over
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user