diff options
author | TingPing <tingping@tingping.se> | 2014-01-12 21:31:28 -0500 |
---|---|---|
committer | TingPing <tingping@fedoraproject.org> | 2014-01-13 14:27:36 -0500 |
commit | a87b61c73f08df3a3b0afa17b903a6e03a31faff (patch) | |
tree | dad9147abc3e378996f9cd8eb6b991be6ce4c8b3 /Makefile.am | |
parent | c804179a990d3fbe23248cdfd2a2e8ad1de8490e (diff) |
Build system improvements
- Use AM_GLIB_GNU_GLIB and IT_PROG_INTLTOOL - Use gnome-autogen.sh - Move language list to own file - Delete generated config.rpath file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f0c16538..53a0796a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = po intl src plugins data +SUBDIRS = po src plugins data EXTRA_DIST = autogen.sh |