diff options
author | infirit <[email protected]> | 2013-11-08 23:19:51 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-08 23:19:51 +0100 |
commit | 146f10a35bc8ce729e02f5abd78c33a2b52275d4 (patch) | |
tree | 3b027147813e02c7e8ce2af34cdd6f0beae292e8 /Makefile.am | |
parent | b4d8c8eba2352420d59787076a79a138e06145d3 (diff) | |
download | mate-settings-daemon-146f10a35bc8ce729e02f5abd78c33a2b52275d4.tar.bz2 mate-settings-daemon-146f10a35bc8ce729e02f5abd78c33a2b52275d4.tar.xz |
Silence autofoo warning
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 14617a5..2d37078 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ NULL = +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + SUBDIRS = \ mate-settings-daemon \ plugins \ |