projects
/
openitg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
374ff5a
)
Added libresample clean target to normal clean
author
Carl Myers
<cmyers@cmyers.org>
Sat, 26 Feb 2011 23:38:11 +0000
(15:38 -0800)
committer
Carl Myers
<cmyers@cmyers.org>
Sun, 27 Feb 2011 10:16:49 +0000
(
02:16
-0800)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
9e79453
..
262addd
100755
(executable)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-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)
+