From 27f9c4ab4b09258424eadf8e1a4a5a20a57c0869 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 30 Aug 2015 22:47:18 +0200 Subject: migration of code from ffasn1c to asn1c + asn1tostruct.py --- src/regen-common-includes.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 src/regen-common-includes.sh (limited to 'src/regen-common-includes.sh') diff --git a/src/regen-common-includes.sh b/src/regen-common-includes.sh new file mode 100755 index 0000000..bc029e6 --- /dev/null +++ b/src/regen-common-includes.sh @@ -0,0 +1,2 @@ +#!/bin/sh +for f in `(cd ../asn1/hnbap/asn1c && ls --color=none -1 *.h)`; do echo "#include \"$f\""; done -- cgit v1.2.3