X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=7c23b7411e4afbc1ff873a6cc608686498ffa039;hb=51aa1233e4981967f06dd3432cd3a6ed83a35607;hp=51c7b70621a6726d6b1665d4927dfff65733e94b;hpb=a95ca4ad9c0f9d23c8a83bd337acdecc221021ef;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 51c7b706..7c23b741 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = include SUBDIRS = docs include lib src tests support +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