Fix build on all platforms that doesn't have memrchr() function,
[monky] / Makefile.am
index e860d52..9c16612 100644 (file)
@@ -1,13 +1,25 @@
-SUBDIRS =              \
-       src             \
+SUBDIRS =                                      \
+       src                                     \
        doc
 
-AUTOMAKE_OPTIONS =     \
-       1.8             \
+AUTOMAKE_OPTIONS =                             \
+       1.8                                     \
        dist-bzip2
 
-EXTRA_DIST =           \
-       autogen.sh
+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: