summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-09-06 13:46:47 -0400
committerColin Walters <walters@verbum.org>2012-09-06 13:46:47 -0400
commit278bafc52334d22f65e1d1d56af38ebc4b4f8352 (patch)
tree18d2ec03469fd49a219be38c42ac6509c88862df
parentbb9f0be807817f5217690561cdf53cbe2f983d98 (diff)
downloadat-spi2-atk-278bafc52334d22f65e1d1d56af38ebc4b4f8352.tar.gz
Fix build for removal of po/ directory
Various things missed.
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac4
2 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 7cdbd54..da531c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=dbind droute atk-adaptor po schemas
+SUBDIRS=dbind droute atk-adaptor schemas
gtk_modulesdir = $(libdir)/gnome-settings-daemon-3.0/gtk-modules/
gtk_modules_DATA = at-spi2-atk.desktop
diff --git a/configure.ac b/configure.ac
index 06c9b6d..cd25d76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,9 +25,6 @@ AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
# Enable silent build when available (Automake 1.11)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-dnl translation of any at-spi strings: used only for .server
-IT_PROG_INTLTOOL([0.40.0])
-
AC_PROG_CC
AM_DISABLE_STATIC
AM_PROG_LIBTOOL
@@ -111,7 +108,6 @@ AC_CONFIG_FILES([Makefile
atk-adaptor/Makefile
atk-adaptor/adaptors/Makefile
atk-adaptor/gtk-2.0/Makefile
- po/Makefile.in
schemas/Makefile
])