diff options
author | infirit <[email protected]> | 2013-11-08 22:27:25 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-08 22:27:25 +0100 |
commit | 9f34d7be4956d86f6a43385940a3b5f1e027e49b (patch) | |
tree | 3335af2100f8fbd0290007fb9e765cd45f1f7763 /Makefile.am | |
parent | 769aa03e4ede6ebf47b920a4d3dcfbc16974cd6a (diff) | |
download | mate-system-monitor-9f34d7be4956d86f6a43385940a3b5f1e027e49b.tar.bz2 mate-system-monitor-9f34d7be4956d86f6a43385940a3b5f1e027e49b.tar.xz |
Silence autofoo warnings
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8980d63..93c8a92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,8 @@ SUBDIRS = pixmaps po src help man_MANS = mate-system-monitor.1 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + EXTRA_DIST = \ $(man_MANS) \ mate-system-monitor.desktop.in \ |