X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/9cdd24633904e4fff49a1e2cf1c30e942c8c9689..530f09cb3df72453db9b0aad7c00605ab2baf5e1:/common/Makefile.am diff --git a/common/Makefile.am b/common/Makefile.am index 1b4de55d..388b2efe 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -24,19 +24,19 @@ include $(top_srcdir)/vars.am -noinst_LIBRARIES = libtripe.a +noinst_LIBRARIES = libcommon.a ###-------------------------------------------------------------------------- ### Library. -libtripe_a_SOURCES = +libcommon_a_SOURCES = ## Protocol definitions. -libtripe_a_SOURCES += protocol.h -libtripe_a_SOURCES += slip.h +libcommon_a_SOURCES += protocol.h +libcommon_a_SOURCES += slip.h ## Miscellaneous utilties. -libtripe_a_SOURCES += util.c util.h +libcommon_a_SOURCES += util.c util.h ###-------------------------------------------------------------------------- ### Documentation.