summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-10-29 16:10:25 +0800
committerraveit65 <[email protected]>2019-11-07 11:22:37 +0100
commitcd5b6003a7c380e95d8422b66f116d294c09b945 (patch)
treec8b7858f68d996adf2a5341e3b55125140ff3ac5 /Makefile.am
parent9f5e0db85fe80f97c38576922c2748eb94b46a4b (diff)
downloadmate-notification-daemon-cd5b6003a7c380e95d8422b66f116d294c09b945.tar.bz2
mate-notification-daemon-cd5b6003a7c380e95d8422b66f116d294c09b945.tar.xz
migrate from intltools to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 0ce5cb1..7f47541 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = data po src
+SUBDIRS = po data src
# Point to our macro directory and pick up user flags from the environment
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
@@ -7,10 +7,7 @@ EXTRA_DIST = \
AUTHORS NEWS COPYING README \
ChangeLog \
autogen.sh \
- configure.ac \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in
+ configure.ac
$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
@@ -20,10 +17,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
--disable-icon-update \
CFLAGS='-Wno-deprecated-declarations'
-DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update
+DISTCLEANFILES =
MAINTAINERCLEANFILES = \
$(srcdir)/INSTALL \