driven through config.h

This commit is contained in:
Lev Walkin 2004-10-28 12:04:15 +00:00
parent da0ab72fa3
commit f45bbde845
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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 */