From 6a1d6318e5f518e0677339894d9c122fd4a55875 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 22 Nov 2013 20:13:17 +0100 Subject: [PATCH] Makefile.am: Add missing linux_termios.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If the file is not listed in SOURCES, it won't end up in the tarball. Thanks to Dan HorĂ¡k for the report. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0bf1453..ee562d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ AM_CPPFLAGS = -I$(top_srcdir) lib_LTLIBRARIES = libserialport.la -libserialport_la_SOURCES = serialport.c linux_termios.c +libserialport_la_SOURCES = serialport.c linux_termios.c linux_termios.h libserialport_la_LIBADD = $(LIBOBJS)