Commit f45bbde8 authored by Lev Walkin's avatar Lev Walkin

driven through config.h

parent da0ab72f
......@@ -358,7 +358,7 @@ Attribute.c: regenerate.Makefile
make
$(TARGET).o: ../decoder-template.c
$(CC) $(CFLAGS) -Dasn_DEF=asn_DEF_Certificate -o $(TARGET).o -c ../decoder-template.c
$(CC) $(CFLAGS) -o $(TARGET).o -c ../decoder-template.c
distclean: clean
rm -f $(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS)
......
......@@ -7,3 +7,5 @@ extern int opt_debug;
fprintf(stderr, " (%s:%d)\n", \
__FILE__, __LINE__); \
} while(0)
#define asn_DEF asn_DEF_Certificate /* for ../decoder-template.c */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment