[gnome-themes-standard] Set GETTEXT_PACKAGE
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Set GETTEXT_PACKAGE
- Date: Tue, 9 Nov 2010 18:45:58 +0000 (UTC)
commit ffb7c584f48af04703339773d37ff3b72df0253a
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Nov 9 13:44:06 2010 -0500
Set GETTEXT_PACKAGE
configure.ac | 5 +++++
themes/Adwaita/gtk-2.0/Makefile.am | 8 ++++++++
2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1586e88..a9e3f98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,11 @@ PKG_PROG_PKG_CONFIG([0.19])
AC_PROG_SED
IT_PROG_INTLTOOL([0.35.0])
+GETTEXT_PACKAGE="${PACKAGE}"
+AC_SUBST(GETTEXT_PACKAGE)
+
+AM_GLIB_GNU_GETTEXT
+
# Workaround to make aclocal get the right flags
AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
diff --git a/themes/Adwaita/gtk-2.0/Makefile.am b/themes/Adwaita/gtk-2.0/Makefile.am
new file mode 100644
index 0000000..b61c247
--- /dev/null
+++ b/themes/Adwaita/gtk-2.0/Makefile.am
@@ -0,0 +1,8 @@
+themedir = $(datadir)/themes/Adwaita/gtk-2.0
+theme_DATA = gtkrc
+
+EXTRA_DIST = $(theme_DATA)
+
+
+-include $(top_srcdir)/git.mk
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]