]> sigrok.org Git - libserialport.git/commitdiff
Makefile.am: Add missing linux_termios.h.
authorUwe Hermann <redacted>
Fri, 22 Nov 2013 19:13:17 +0000 (20:13 +0100)
committerUwe Hermann <redacted>
Fri, 22 Nov 2013 19:28:20 +0000 (20:28 +0100)
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

index 0bf14538e2f662abd3a2fc6c6562f002856e5293..ee562d05338e637d31f102e5fa31f49516201d9c 100644 (file)
@@ -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)