summaryrefslogtreecommitdiff
path: root/tools/d2c/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-01-30 17:23:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-01-30 17:23:16 (GMT)
commit792b330c1bbe573a591687d25e14d4cd1eccd3c6 (patch)
tree9a3e0955205c0221ea5db03b1f3a4d56846efed2 /tools/d2c/Makefile.am
parentc922b6b9c841a97dd948755658cff07b2c6762ff (diff)
Introduced a format switch to distinguish different kinds of definitions.
Diffstat (limited to 'tools/d2c/Makefile.am')
-rw-r--r--tools/d2c/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/d2c/Makefile.am b/tools/d2c/Makefile.am
index e89384f..dc4fdf8 100644
--- a/tools/d2c/Makefile.am
+++ b/tools/d2c/Makefile.am
@@ -33,6 +33,7 @@ d2c_SOURCES = \
d2c_LDADD = \
bits/libd2cbits.la \
conv/libd2cconv.la \
+ format/libd2cformat.la \
hooks/libd2chooks.la \
rules/libd2crules.la \
syntax/libd2csyntax.la \
@@ -43,4 +44,4 @@ d2c_LDADD = \
CLEANFILES = grammar.h grammar.c grammar.output tokens.c tokens.h
-SUBDIRS = args bits conv hooks rules syntax
+SUBDIRS = args bits conv format hooks rules syntax