diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-06-05 10:50:15 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-06-05 10:50:15 +0200 |
commit | ec8ba4b5f9700fed31295233c05d5906e8f6e9d9 (patch) | |
tree | 2263df1d52e71cf1ce86b0770a6c3f13038c7b87 /Makefile.am | |
parent | 2250865eb61f3110914e09cd50010f8e695c1aeb (diff) | |
download | mutter-ec8ba4b5f9700fed31295233c05d5906e8f6e9d9.tar.gz |
build: Move data files to their dedicated subfolder
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 931d367f3..97e6fa6da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,13 @@ -SUBDIRS=src po doc +SUBDIRS = data src po doc ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update \ + po/stamp-it \ + po/.intltool-merge-cache DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |