Fix build on all platforms that doesn't have memrchr() function,
[monky] / Makefile.am
index e4232fe..9c16612 100644 (file)
@@ -8,11 +8,18 @@ AUTOMAKE_OPTIONS =                            \
 
 EXTRA_DIST =                                   \
        autogen.sh                              \
+       configure.ac.in                         \
+       config.rpath                            \
        extras/nano/README                      \
        extras/nano/conky.nanorc                \
        extras/vim/README                       \
        extras/vim/ftdetect/conkyrc.vim         \
        extras/vim/syntax/conkyrc.vim
 
+DISTCLEANFILES =                               \
+       configure.ac
+
 distclean-local:
        /bin/rm -rf *.cache *~
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: