From 8f0c262af1ca25ccd1c971fda4bf252010bdfd73 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 27 Mar 2007 00:19:15 +0000 Subject: [PATCH] the megaco plugin no longer exists, remove remaining traces ... svn path=/trunk/; revision=21220 --- plugins/Makefile.nmake | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake index c081ff06e2..4c518ca486 100644 --- a/plugins/Makefile.nmake +++ b/plugins/Makefile.nmake @@ -95,11 +95,6 @@ mate:: $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake cd .. -megaco:: - cd megaco - $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake - cd .. - mgcp:: cd mgcp $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake @@ -187,9 +182,6 @@ clean: cd mate $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean cd .. - cd megaco - $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean - cd .. cd mgcp $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean cd .. @@ -259,9 +251,6 @@ distclean: clean cd mate $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean cd .. - cd megaco - $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean - cd .. cd mgcp $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean cd .. @@ -331,9 +320,6 @@ maintainer-clean: distclean cd mate $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean cd .. - cd megaco - $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean - cd .. cd mgcp $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean cd .. @@ -384,7 +370,6 @@ install-plugins: xcopy irda\*.dll $(VERSION) /d xcopy lwres\*.dll $(VERSION) /d xcopy mate\*.dll $(VERSION) /d - xcopy megaco\*.dll $(VERSION) /d xcopy mgcp\*.dll $(VERSION) /d xcopy opsi\*.dll $(VERSION) /d xcopy pcli\*.dll $(VERSION) /d