summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama.othman@intel.com>2013-04-30 14:52:21 -0700
committerOssama Othman <ossama.othman@intel.com>2013-04-30 14:52:21 -0700
commitb966871d296ac0df408f03fbf647321c72b97915 (patch)
tree614521fdc5a368e98f477144965edfad1cd5cef6
parentb64bdc33d690710097de651bb047fcd7993a1366 (diff)
downloadico-uxf-weston-plugin-b966871d296ac0df408f03fbf647321c72b97915.tar.gz
ico-uxf-weston-plugin-b966871d296ac0df408f03fbf647321c72b97915.tar.bz2
ico-uxf-weston-plugin-b966871d296ac0df408f03fbf647321c72b97915.zip
Do not hardcode package header install path. Use pkginclude_HEADERS instead.
Change-Id: I281e9214a36cd9939aaae4c95e5b527a1e5501a9 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
-rw-r--r--src/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4031d79..28613ed 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 = \