summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-05-15 19:04:00 +0800
committerraveit65 <[email protected]>2022-07-20 18:35:04 +0200
commitfe31c9defdc7f69d1e33bcef19cc5ade65da9a4a (patch)
tree46e08bc153dd341b9458c11545cae8524977ee93 /Makefile.am
parent90ac01d98d622deec25cae25a2b3213880f475e3 (diff)
downloadcaja-fe31c9defdc7f69d1e33bcef19cc5ade65da9a4a.tar.bz2
caja-fe31c9defdc7f69d1e33bcef19cc5ade65da9a4a.tar.xz
migrate intltool to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 21d98a08..8e085e5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,34 +1,27 @@
include $(top_srcdir)/Makefile.shared
SUBDIRS = \
+ po \
eel \
libcaja-extension \
libegg \
libcaja-private \
src \
test \
- po \
data \
icons \
docs \
$(NULL)
EXTRA_DIST = \
+ its \
autogen.sh \
COPYING.LIB \
COPYING.EXTENSIONS \
HACKING \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in \
Makefile.shared \
$(NULL)
-DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update
-
DISTCHECK_CONFIGURE_FLAGS = \
--disable-update-mimedb \
--disable-icon-update \