diff options
author | Micael Karlberg <micael@fed14x32.(none)> | 2010-12-19 01:25:28 +0100 |
---|---|---|
committer | Micael Karlberg <micael@fed14x32.(none)> | 2010-12-19 01:25:28 +0100 |
commit | e4faae6550be391faf6294992980b8f28ab69656 (patch) | |
tree | bc2b578bacdba14192544efbcb30f6aeb9b4d646 /lib/snmp/src/compile/modules.mk | |
parent | dd7ad660645d57201b78b21ecb93c16662345b75 (diff) | |
download | otp-e4faae6550be391faf6294992980b8f28ab69656.tar.gz otp-e4faae6550be391faf6294992980b8f28ab69656.tar.bz2 otp-e4faae6550be391faf6294992980b8f28ab69656.zip |
Added the first skeleton of a MIB compiler frontend escript.
Diffstat (limited to 'lib/snmp/src/compile/modules.mk')
-rw-r--r-- | lib/snmp/src/compile/modules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/snmp/src/compile/modules.mk b/lib/snmp/src/compile/modules.mk index 6365b0e694..ca78e2e6a9 100644 --- a/lib/snmp/src/compile/modules.mk +++ b/lib/snmp/src/compile/modules.mk @@ -21,6 +21,9 @@ PARSER_SRC = snmpc_mib_gram.yrl PARSER_MODULE = $(PARSER_SRC:%.yrl=%) +ESCRIPT_SRC = \ + snmpc.src + MODULES = \ $(PARSER_MODULE) \ snmpc \ |