summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFrank Belew (Myth) <frb@src.gnome.org>2001-11-19 07:19:28 +0000
committerFrank Belew (Myth) <frb@src.gnome.org>2001-11-19 07:19:28 +0000
commitae8452eef4e7b174a4bce85d66f3974145c8aeb8 (patch)
tree831d4b52eb06d6fc95e94857bf43840cc91ee275 /Makefile.am
parent822602c85bb49843a8db4b8b93292e109b1d7564 (diff)
downloadgnome-desktop-ae8452eef4e7b174a4bce85d66f3974145c8aeb8.tar.gz
replaced xml-i18n-* with intltool-* cleaned up EXTRA_SUBDIRS removed
* Makefile.am: replaced xml-i18n-* with intltool-* cleaned up EXTRA_SUBDIRS * configure.in: removed AM_PROG_XML_I18N_TOOLS added GETTEXT_PACKAGE definition, and added AC_SUBST and AC_DEFINE_UNQUOTED to complete the change * acconfig.h: added #undef GETTEXT_PACKAGE po/ * .cvsignore: added po2tbl.sed.in panel/ * Makefile.am: added panel-shell.h to panel_headers added panel-marshal.list to EXTRA_DIST * APPLET_WRITING, gnome-panel-add-launcher.c, gnome-panel-properties.c,i gnome-panel-screenshot.c, main.c, doc/panel.sgml: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain help-browser/ * gnome-help-browser.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain gsm/ * Makefile.am: added gsm-marshal.list to EXTRA_DIST * gnome-login-check.c, main.c, save-session.c, session-properties-capplet.c, session-properties.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain gnome-terminal/ * gnome-terminal.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain * Makefile.am: added gnome-terminal.glade to EXTRA_DIST gnome-hint/ * gnome-hint-properties.c, gnome-hint.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain gnome-desktop/ * Makefile.am: added gnome-hint.h to libgnomeui_HEADERS gmenu/ * main.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain gnome-about/ * gnome-about.c: replaced PACKAGE with GETTEXT_PACKAGE on all calls to bindtextdomain and textdomain
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 5 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index a9d2c8fd..b7c13cb2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ SUBDIRS = \
EXTRA_SUBDIRS = \
intl \
- po \
+ applets \
gsm \
smproxy \
desktop-links \
@@ -21,17 +21,14 @@ EXTRA_SUBDIRS = \
gnome-edit \
gnome-hint \
core-docs \
- panel \
- applets \
- omf-install \
- idl
+ omf-install
EXTRA_DIST = \
gnome-core.spec.in \
gnome-core.spec \
COPYING-DOCS \
sgmldocs.make \
- xml-i18n-extract.in \
- xml-i18n-merge.in \
- xml-i18n-update.in
+ intltool-extract.in \
+ intltool-merge.in \
+ intltool-update.in