diff options
author | rbuj <[email protected]> | 2020-11-28 11:42:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-28 16:14:00 +0100 |
commit | e712870484b3ae86d971133ecffc88f1793898fe (patch) | |
tree | a1a357a552d27ff1d4df17860a8cc59c698d3d4f | |
parent | 6b0bc3f499c2695f92b77cdb4be15f15b679a061 (diff) | |
download | mate-applets-e712870484b3ae86d971133ecffc88f1793898fe.tar.bz2 mate-applets-e712870484b3ae86d971133ecffc88f1793898fe.tar.xz |
build: Do not define M4_FILES twice
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 28e7e0c1..8c7c5b2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,7 +79,6 @@ EXTRA_DIST = \ omf.make \ autogen.sh -M4_FILES = m4/ac-define-dir.m4 m4/as-ac-expand.m4 MAINTAINERCLEANFILES = \ ABOUT-NLS \ INSTALL \ |