aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-03-26 01:56:51 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-03-26 01:56:51 +0000
commit5a0cd55e1598ffa75f30f2161bc2d6e2bc1566e6 (patch)
tree8de958591685b912e2fda8102ea857dbf5fcd3e3
parentf88aa196a04176687633376182caa89f802e152b (diff)
Remove references to the megaco plugin from the top level Makefiles.
svn path=/trunk/; revision=21198
-rw-r--r--Makefile.am1
-rw-r--r--Makefile.nmake1
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f57154209e..feaa037fa3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -227,7 +227,6 @@ plugin_ldadd = \
-dlopen plugins/irda/irda.la \
-dlopen plugins/lwres/lwres.la \
-dlopen plugins/mate/mate.la \
- -dlopen plugins/megaco/megaco.la \
-dlopen plugins/mgcp/mgcp.la \
-dlopen plugins/opsi/opsi.la \
-dlopen plugins/pcli/pcli.la \
diff --git a/Makefile.nmake b/Makefile.nmake
index 91bf6b2812..d45c3fd79f 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -865,7 +865,6 @@ install-common-files:
xcopy ".\plugins\irda\irda.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy ".\plugins\lwres\lwres.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy ".\plugins\mate\mate.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d
- xcopy ".\plugins\megaco\megaco.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy ".\plugins\mgcp\mgcp.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy ".\plugins\opsi\opsi.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy ".\plugins\pcli\pcli.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d