summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-29 10:16:46 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-10-29 10:16:46 +0100
commit03774c4e3033235d7fab446c6a6d8a9cf3ce4803 (patch)
treeb25f6fc67a20e93bb7d8be118f919c36f90d7859 /Makefile
parent8c335639d2baae339c6fef30215c334c8740ae2c (diff)
Move status into csta
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6499554..3e85201 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ ASN1 = ACSE-1.asn1 \
CSTA-call-connection-identifiers.asn1 \
CSTA-extension-types.asn1 \
CSTA-security.asn1 \
- CSTA-escape-service.asn1
+ CSTA-escape-service.asn1 \
+ CSTA-snapshot-device.asn1
SRCS = $(ASN1:.asn1=.erl)
HDRS = $(ASN1:.asn1=.hrl)