summaryrefslogtreecommitdiff
path: root/tools/d2c/Makefile.am
diff options
context:
space:
mode:
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