aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-09-05 20:35:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-09-05 20:35:41 +0000
commit1129da54e857ac4ae71836ef554a8bafc7f5b4bf (patch)
treeb1ed4b52b53415fbbe2caf9129cf85e9936fe48f /Makefile.nmake
parentadc56b8e95cd0e69bd31b53886ffa8863504d276 (diff)
Handle PORTAUDIO_API_1 and add clean-deps target to distclean.
svn path=/trunk/; revision=19159
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 6b2002634a..aca12f609b 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -238,6 +238,7 @@ config.h : config.h.win32 config.nmake
-e "s/@HAVE_LUA_5_1@/$(LUA_VERSION)/" \
-e "s/@HAVE_AIRPCAP@/$(AIRPCAP_CONFIG)/" \
-e "s/@HAVE_PORTAUDIO@/$(PORTAUDIO_CONFIG)/" \
+ -e "s/@HAVE_PORTAUDIO_API@/$(PORTAUDIO_API_CONFIG)/" \
< config.h.win32 > $@
ps.c : rdps.exe print.ps
@@ -326,7 +327,7 @@ clean: gtk2_distclean
# "distclean" removes all files not part of the distribution.
# It does not remove generated files that are part of the distribution.
-distclean: clean gtk2_distclean
+distclean: clean gtk2_distclean clean-deps
rm -f config.h $(BUILT_SOURCES)
cd wiretap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean