From db19e4dcae81f1b4ca374486f009c9e1a486fe3e Mon Sep 17 00:00:00 2001 From: nirenjan Date: Sun, 13 Dec 2015 13:44:32 -0800 Subject: [PATCH] Install headers to includedir --- libx52/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libx52/Makefile.am b/libx52/Makefile.am index 3dac381..d92ced6 100644 --- a/libx52/Makefile.am +++ b/libx52/Makefile.am @@ -8,7 +8,7 @@ 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)/x52pro-@X52_PKG_VERSION@ +x52includedir = $(includedir) x52include_HEADERS = libx52.h # pkginclude_HEADERS = libx52.h