Fix includedir location for headers

pull/10/head
nirenjan 2016-05-16 22:15:19 -07:00
parent 710ef00109
commit ea2927859b
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 \