summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2001-10-28 16:34:24 +0000
committerJacob Berkman <jberkman@src.gnome.org>2001-10-28 16:34:24 +0000
commitd59c859aec6a80f4d9ed1c28487952929d7f19e8 (patch)
tree332a2b5ccac02f5c882f07b0dbd727f197f4e1e1 /Makefile.am
parent11609462b4e35c8334f91a3a214608b4cb62f6bd (diff)
downloadglib-d59c859aec6a80f4d9ed1c28487952929d7f19e8.tar.gz
version of gettextize which uses glib's po/Makefile.in.in and
2001-10-28 jacob berkman <jacob@ximian.com> * glib-gettextize.in: version of gettextize which uses glib's po/Makefile.in.in and po2tbl.sed.in, and no longer copies in intl/ or installs ChangeLog entries in po/ChangeLog * configure.in (AC_OUTPUT): generate glib-gettextize * Makefile.am (bin_SCRIPTS): install glib-gettextize 2001-10-28 jacob berkman <jacob@ximian.com> * Makefile.in.in: install Makefile.in.in and po2tbl.sed.in for use with glib-gettextize by other packages
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 435167ec6..f23a226d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = 1.4
SUBDIRS = . m4macros glib gobject gmodule gthread docs tests build po
+bin_SCRIPTS = glib-gettextize
+
INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \
-DG_DISABLE_DEPRECATED -DGLIB_COMPILATION