mirror of https://github.com/nirenjan/libx52.git
Fix includedir location for headers
parent
710ef00109
commit
ea2927859b
|
@ -8,9 +8,8 @@ libx52_la_SOURCES = x52_control.c x52_core.c x52_date_time.c x52_mfd_led.c
|
|||
libx52_la_LDFLAGS = -version-info 2:1:1 -lusb-1.0
|
||||
|
||||
# Header files that need to be copied
|
||||
x52includedir = $(includedir)
|
||||
x52includedir = $(includedir)/x52pro
|
||||
x52include_HEADERS = libx52.h
|
||||
# pkginclude_HEADERS = libx52.h
|
||||
|
||||
# Extra files that need to be in the distribution
|
||||
EXTRA_DIST = libx52.h x52_commands.h x52_common.h README.md
|
||||
|
|
|
@ -10,7 +10,8 @@ libx52util_la_LDFLAGS = -version-info 1:0:0
|
|||
libx52util_la_LIBADD = ../libx52/libx52.la
|
||||
|
||||
# Header files that need to be copied
|
||||
pkginclude_HEADERS = libx52util.h
|
||||
x52includedir = $(includedir)/x52pro
|
||||
x52include_HEADERS = libx52util.h
|
||||
|
||||
# Extra files that need to be in the distribution
|
||||
EXTRA_DIST = x52_char_map.cfg \
|
||||
|
|
Loading…
Reference in New Issue