summaryrefslogtreecommitdiff
path: root/asn1/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-10 16:51:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-10 16:51:41 +0000
commit30fc91887cd7d849c1d51626fbce941605f0b2c6 (patch)
treea9e1b92799857028a2349c2b3bb54f00dcc173d1 /asn1/Makefile.nmake
parent056f65bcbec0553438acc0d44ea8a3e9760e43a0 (diff)
downloadwireshark-30fc91887cd7d849c1d51626fbce941605f0b2c6.tar.gz
Add 3GPP Radio Resource LCS Protocol (RRLP) packet dissector
svn path=/trunk/; revision=18124
Diffstat (limited to 'asn1/Makefile.nmake')
-rw-r--r--asn1/Makefile.nmake10
1 files changed, 8 insertions, 2 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index 55d3a98d8b..42582bbf2d 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -235,7 +235,7 @@ distclean: clean
maintainer-clean: distclean
-ber: \
+ber: \
acse \
acp133 \
camel \
@@ -285,13 +285,14 @@ ber: \
x509if \
x509sat
-per: \
+per: \
h225 \
h235 \
h245 \
h450 \
ranap \
rnsap \
+ rrlp \
ulp
acse::
@@ -503,6 +504,11 @@ ros::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
+rrlp::
+ cd rrlp
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
+ cd ..
+
rtse::
cd rtse
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files