diff options
author | Wu Xiaotian <[email protected]> | 2019-10-15 21:57:24 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-30 10:09:59 +0100 |
commit | d7d6d00396ee5ca39c4ead6a651d5211666f6587 (patch) | |
tree | 0463557f5a39fd0d3b7125c539bffe2609b6c7f1 /Makefile.am | |
parent | 731bbbc21fd6c600080d5a7619d999d2bae859f5 (diff) | |
download | libmatemixer-d7d6d00396ee5ca39c4ead6a651d5211666f6587.tar.bz2 libmatemixer-d7d6d00396ee5ca39c4ead6a651d5211666f6587.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5cc6cbe..539df2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,12 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = \ + po \ libmatemixer \ backends \ data \ docs \ - examples \ - po + examples EXTRA_DIST = autogen.sh |