mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
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.
This commit is contained in:
parent
68ec29db5e
commit
6a1d6318e5
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user