Do not hardcode package header install path. Use pkginclude_HEADERS instead. 90/3490/1
authorOssama Othman <ossama.othman@intel.com>
Tue, 30 Apr 2013 21:52:21 +0000 (14:52 -0700)
committerOssama Othman <ossama.othman@intel.com>
Tue, 30 Apr 2013 21:52:21 +0000 (14:52 -0700)
Change-Id: I281e9214a36cd9939aaae4c95e5b527a1e5501a9
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
src/Makefile.am

index 4031d79..28613ed 100644 (file)
@@ -1,12 +1,10 @@
 lib_LTLIBRARIES = libico-uxf-weston-plugin.la
 
-include_HEADERS =               \
+pkginclude_HEADERS =               \
        ico_ivi_shell-client-protocol.h         \
        ico_window_mgr-client-protocol.h        \
        ico_input_mgr-client-protocol.h
 
-includedir = /usr/include/ico-uxf-weston-plugin
-
 libico_uxf_weston_plugin_la_LIBADD = -lrt -lm
 libico_uxf_weston_plugin_la_LDFLAGS = -version-info 0:5:0
 libico_uxf_weston_plugin_la_SOURCES =          \