diff options
author | Gerald Combs <gerald@wireshark.org> | 2008-01-06 18:58:16 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2008-01-06 18:58:16 +0000 |
commit | 3e227104d35636c971bb7b5a94b9cbabd5dbd725 (patch) | |
tree | bbab5db6a2511336c3594e619e5d8d52d376a213 | |
parent | e2ca71beaed2b38a71ee349d378cccd898535e18 (diff) | |
download | wireshark-3e227104d35636c971bb7b5a94b9cbabd5dbd725.tar.gz wireshark-3e227104d35636c971bb7b5a94b9cbabd5dbd725.tar.bz2 wireshark-3e227104d35636c971bb7b5a94b9cbabd5dbd725.zip |
Create makefiles for s1ap and x2ap.
svn path=/trunk/; revision=24018
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 83398cc857..b7e0e35a94 100644 --- a/configure.in +++ b/configure.in @@ -1601,6 +1601,7 @@ AC_OUTPUT( asn1/rrc/Makefile asn1/rrlp/Makefile asn1/rtse/Makefile + asn1/s1ap/Makefile asn1/s4406/Makefile asn1/sabp/Makefile asn1/smrse/Makefile @@ -1611,6 +1612,7 @@ AC_OUTPUT( asn1/tcap/Makefile asn1/ulp/Makefile asn1/wlancertextn/Makefile + asn1/x2ap/Makefile asn1/x411/Makefile asn1/x420/Makefile asn1/x509af/Makefile |