Added libresample clean target to normal clean
authorCarl Myers <cmyers@cmyers.org>
Sat, 26 Feb 2011 23:38:11 +0000 (15:38 -0800)
committerCarl Myers <cmyers@cmyers.org>
Sun, 27 Feb 2011 10:16:49 +0000 (02:16 -0800)
src/Makefile.am

index 9e79453..262addd 100755 (executable)
@@ -34,6 +34,11 @@ build_version: $(srcdir)/libresample/libresample.a $(srcdir)/crypto561/libcrypto
 verstub.cpp:
        $(MAKE) build_version
 
+clean-local: clean_libresample
+
+clean_libresample:
+       cd libresample && $(MAKE) clean
+
 $(srcdir)/libresample/libresample.a:
        cd $(srcdir)/libresample && autoconf && sh ./configure && make
 
@@ -539,3 +544,4 @@ test_threads_SOURCES = \
                tests/test_threads.cpp
 
 INCLUDES = $(LUA_CFLAGS) $(SDL_CFLAGS)
+