summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Makefile.am')
-rw-r--r--src/main/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index 0992a434a..6b8ea928c 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -7,7 +7,10 @@ bin_PROGRAMS = cvc4
cvc4_SOURCES = \
main.cpp \
getopt.cpp \
- util.cpp
+ util.cpp \
+ main.h \
+ usage.h \
+ about.h
cvc4_LDADD = \
../parser/libcvc4parser.la \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback