From: Uwe Hermann Date: Fri, 22 Nov 2013 19:13:17 +0000 (+0100) Subject: Makefile.am: Add missing linux_termios.h. X-Git-Tag: libserialport-0.1.0~71 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=6a1d6318e5f518e0677339894d9c122fd4a55875;p=libserialport.git Makefile.am: Add missing linux_termios.h. If the file is not listed in SOURCES, it won't end up in the tarball. Thanks to Dan HorĂ¡k for the report. --- 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)