diff options
author | Javier Jardón <jjardon@gnome.org> | 2011-02-09 00:36:37 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-02-09 11:46:19 +0000 |
commit | 9184af921bc2f332fcb6c9b47001414378eab8e2 (patch) | |
tree | 87961a6fa848e00fffc3460206fb8aa638eb9d6c /Makefile.am | |
parent | 6e721e098b9181e8e77e314f966729d28e705582 (diff) |
Update autotools configuration
Use new libtool syntax and silent-rules to silent
the build output a bit (linux-like)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f4239dee..83948ab4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = uxa src man MAINTAINERCLEANFILES = ChangeLog INSTALL |