chiark / gitweb /
Fix some format and other varargs errors.
[tripe] / common / Makefile.am
index e329db15cd036bd2efd943b231cc27364c89031c..1aa4ae1e5ebab0660883abd587fb585d264211db 100644 (file)
@@ -34,8 +34,19 @@ libtripe_a_SOURCES    =
 
 ## Protocol definitions.
 libtripe_a_SOURCES     += protocol.h
+libtripe_a_SOURCES     += slip.h
 
 ## Miscellaneous utilties.
 libtripe_a_SOURCES     += util.c util.h
 
+###--------------------------------------------------------------------------
+### Documentation.
+
+## Standard manpage preamble.
+EXTRA_DIST             += defs.man
+
+## Utility for building summary tables.
+EXTRA_DIST             += make-summary
+
 ###----- That's all, folks --------------------------------------------------
+