Crank up alarm value.
[awesomized/libmemcached] / Makefile.am
index 1326e2eb38aabfb6f17a846bc1ef0f216e916cca..e64231fe030ce35f3f2797b7c93592738bee31bd 100644 (file)
@@ -52,6 +52,8 @@ include tests/include.am
 include util/include.am
 include win32/include.am
 
+include m4/include.am
+
 if HAVE_LIBEVENT
 include memcached/include.am
 libtest_libtest_la_DEPENDENCIES+= memcached/memcached
@@ -68,7 +70,7 @@ merge-clean:
        @find ./ | $(GREP) \.gcno | xargs rm -f
        @find ./ | $(GREP) \.gz | xargs rm -f
        @find ./ | $(GREP) \.moved | xargs rm -r -f
-       @find ./ | $(GREP) \.orig | xargs rm -f
+       @find ./ | $(GREP) \\.orig | xargs rm -f
        @find ./ | $(GREP) \.rej | xargs rm -f
        @rm -f *\.rpm
        @find ./ | $(GREP) \.THIS | xargs rm -f