X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=4e4fb2e8c9fdf35f0d1a3d2a847f2c680d454317;hb=635bcecf503c4c2428fb07ea056cd3c166a549fe;hp=51c7b70621a6726d6b1665d4927dfff65733e94b;hpb=a95ca4ad9c0f9d23c8a83bd337acdecc221021ef;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 51c7b706..4e4fb2e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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