If we compile not under a SCM system, assume that we should not use -Werror
[awesomized/libmemcached] / Makefile.am
index 0e6f5db29967fea90abc50b148433404b6e33fa5..4394dec47fa2009b9aacdb0636a9a1d944cf28c8 100644 (file)
@@ -54,11 +54,6 @@ include win32/include.am
 
 include m4/include.am
 
-if HAVE_LIBEVENT
-include memcached/include.am
-libtest_libtest_la_DEPENDENCIES+= memcached/memcached
-endif
-
 docs: html man
 
 TESTS += ${check_PROGRAMS}
@@ -70,7 +65,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