diff options
author | infirit <[email protected]> | 2014-12-17 14:18:04 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-17 14:46:38 +0100 |
commit | 5e80dd2e8e97098b4e0ef97ab1997b114cba0b71 (patch) | |
tree | 6ccc512d2e7ed25647ccbec194e356a8a554c13d /Makefile.am | |
parent | e616d517c766bd7626f5400359215b4e4490880e (diff) | |
download | mate-system-monitor-5e80dd2e8e97098b4e0ef97ab1997b114cba0b71.tar.bz2 mate-system-monitor-5e80dd2e8e97098b4e0ef97ab1997b114cba0b71.tar.xz |
Update autotools
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 db2f93d..07f43f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ ## Process this file with automake to produce Makefile.in +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + SUBDIRS = pixmaps po src help man_MANS = mate-system-monitor.1 -ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} - @INTLTOOL_XML_RULE@ appdatadir = $(datadir)/appdata appdata_in_files = mate-system-monitor.appdata.xml.in |