mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
Rename header to libserialport.h.
This commit is contained in:
parent
d9573bad9a
commit
f6a1fb65ea
@ -31,7 +31,7 @@ libserialport_la_LIBADD = $(LIBOBJS)
|
||||
libserialport_la_LDFLAGS = $(SP_LIB_LDFLAGS)
|
||||
|
||||
library_includedir = $(includedir)
|
||||
library_include_HEADERS = serialport.h
|
||||
library_include_HEADERS = libserialport.h
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libserialport.pc
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include "linux/serial.h"
|
||||
#endif
|
||||
|
||||
#include "serialport.h"
|
||||
#include "libserialport.h"
|
||||
|
||||
int sp_get_port_by_name(const char *portname, struct sp_port **port_ptr)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user