summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-01-10 04:00:20 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-01-10 04:00:20 +0100
commit66d8b0ad7b849ed743d3c3b4199fd05ece3891bb (patch)
treee5ca2b3e390538f01a1cab664f1cc3332ab1d6f7 /plugins/makefile.mak
parent8c9d1aa31e0963782b3859386de538f33c5de461 (diff)
initial XSASL plugin based on cap_sasl
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r--plugins/makefile.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
index f8642d2e..b692c41f 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -19,6 +19,8 @@ all:
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\upd
 	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\xsasl
+	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\xtray
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\winamp
@@ -49,6 +51,8 @@ clean:
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\upd
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
+	@cd ..\xsasl
+	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\xtray
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\winamp