summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-05-15 19:04:00 +0800
committerraveit65 <[email protected]>2019-07-01 12:53:07 +0200
commit21770a3057ad62d692787d19e9e23d4350076d4d (patch)
tree900d4e7f88b0a23e7cb24210aa14485374586940 /Makefile.am
parent412abbbe7bacf7dfc11633a9680d268c06e56e30 (diff)
downloadcaja-21770a3057ad62d692787d19e9e23d4350076d4d.tar.bz2
caja-21770a3057ad62d692787d19e9e23d4350076d4d.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 \