aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509if/Makefile
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-21 08:22:21 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-21 08:22:21 +0000
commit8b9b044698f4b2140827dd861431b68b477c5a1f (patch)
treea732d65553fffc4ed8e987b7df77d40d6a957602 /asn1/x509if/Makefile
parente097f046b5397813f18c531ae8ca8cc92bb1cb04 (diff)
update to x509if autogenerate the exports conformance file and create a small makefile since i am tired of typing that long command line every time
svn path=/trunk/; revision=12555
Diffstat (limited to 'asn1/x509if/Makefile')
-rwxr-xr-xasn1/x509if/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/x509if/Makefile b/asn1/x509if/Makefile
new file mode 100755
index 0000000000..5149ca3352
--- /dev/null
+++ b/asn1/x509if/Makefile
@@ -0,0 +1,5 @@
+
+../../epan/dissectors/packet-x509if.c : ../../tools/asn2eth.py InformationFramework.asn packet-x509if-template.c packet-x509if-template.h x509if.cnf ../x509sat/x509sat_exp.cnf
+ python ../../tools/asn2eth.py -X -b -k -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn
+ cp packet-x509if.* ../../epan/dissectors
+