Build the h223 plugin

svn path=/trunk/; revision=16140
This commit is contained in:
Anders Broman 2005-10-06 06:56:08 +00:00
parent 15aa4d692f
commit 7d2f4603c1
6 changed files with 19 additions and 0 deletions

View File

@ -1238,6 +1238,7 @@ AC_OUTPUT(
plugins/enttec/Makefile
plugins/giop/Makefile
plugins/gryphon/Makefile
plugins/h223/Makefile
plugins/irda/Makefile
plugins/lwres/Makefile
plugins/mate/Makefile

View File

@ -332,6 +332,8 @@ gsm_a_dtap_msg_ss_strings DATA
gsm_a_pd_str DATA
gsm_map_opr_code_strings DATA
g_resolv_flags DATA
h245_set_h223_add_lc_handle
h245_set_h223_set_mc_handle
have_tap_listeners
heur_dissector_add
hex_str_to_bytes

View File

@ -74,6 +74,7 @@ PLUGINS=../../plugins/acn/acn.dll \
../../plugins/giop/parlay.dll \
../../plugins/giop/tango.dll \
../../plugins/gryphon/gryphon.dll \
../../plugins/h223/h223.dll \
../../plugins/irda/irda.dll \
../../plugins/lwres/lwres.dll \
../../plugins/mate/mate.dll \

View File

@ -676,6 +676,7 @@ File "..\..\plugins\giop\cosnaming.dll"
File "..\..\plugins\giop\parlay.dll"
File "..\..\plugins\giop\tango.dll"
File "..\..\plugins\gryphon\gryphon.dll"
File "..\..\plugins\h223\h223.dll"
File "..\..\plugins\irda\irda.dll"
File "..\..\plugins\lwres\lwres.dll"
File "..\..\plugins\megaco\megaco.dll"

View File

@ -31,6 +31,7 @@ SUBDIRS = \
enttec \
giop \
gryphon \
h223 \
irda \
lwres \
mate \

View File

@ -16,6 +16,7 @@ all: \
enttec \
giop \
gryphon \
h223 \
irda \
lwres \
mate \
@ -77,6 +78,11 @@ gryphon::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
h223::
cd h223
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
irda::
cd irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
@ -166,6 +172,8 @@ clean:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../h223
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../lwres
@ -215,6 +223,8 @@ distclean: clean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../h223
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../lwres
@ -264,6 +274,8 @@ maintainer-clean: distclean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../h223
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintaner-clean
cd ../irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../lwres
@ -310,6 +322,7 @@ install-plugins:
xcopy enttec\*.dll $(VERSION) /d
xcopy giop\*.dll $(VERSION) /d
xcopy gryphon\*.dll $(VERSION) /d
xcopy h223\*.dll $(VERSION) /d
xcopy irda\*.dll $(VERSION) /d
xcopy lwres\*.dll $(VERSION) /d
xcopy mate\*.dll $(VERSION) /d