Fix to make clients appear in "make dist"
[awesomized/libmemcached] / Makefile.am
index 51c7b70621a6726d6b1665d4927dfff65733e94b..4e4fb2e8c9fdf35f0d1a3d2a847f2c680d454317 100644 (file)
@@ -1,5 +1,6 @@
-INCLUDES = include
-SUBDIRS = docs include lib src tests support
+INCLUDES = 
+SUBDIRS = docs libmemcached tests support clients
+EXTRA_dist = README.FIRST
 
 test: all
        cd tests; make test; cd ..
@@ -10,10 +11,6 @@ test-extended: all
 valgrind:
        cd tests; make valgrind; cd ..
 
-valgrind-extended:
-       cd tests; make valgrind-extended; cd ..
-
-
 rpm: all dist
        cp libmemcached-$(VERSION).tar.gz /home/brian/rpmbuild/SOURCES/
        rpmbuild -ba support/libmemcached.spec