aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSathishkumar2013-09-05 06:34:31 -0500
committerSaurabh Bipin Chandra2013-09-05 11:09:16 -0500
commite08aec49c5bee1a70ea4b8a6e1d29a5d09c8ec2e (patch)
tree45c3aee6f4fd8f47c7596534d48b7ffa065dcc0f /libdce.c
parentbdc17c43679f649cd46fec22f9dafc1c13130acc (diff)
downloadrepo-libdce-e08aec49c5bee1a70ea4b8a6e1d29a5d09c8ec2e.tar.gz
repo-libdce-e08aec49c5bee1a70ea4b8a6e1d29a5d09c8ec2e.tar.xz
repo-libdce-e08aec49c5bee1a70ea4b8a6e1d29a5d09c8ec2e.zip
[LINUX] Fix for make install
This patch fixes make install. All the required headers are copied to $(includedir)/dce on make install. Unused variables(X11 and WAYLAND) are removed in Makefile.am and pkg-config on libmmrpc is removed as no libmmrpc.pc is available. xdc_target_types__=gnu/targets/std.h is added to libdce.h, so that applications need not do it when using libdce.h. Change-Id: I8cc70aa2102becdbdc4c6b1e38e2aaa91739c4cc Signed-off-by: Sathishkumar <x0203598@ti.com>
Diffstat (limited to 'libdce.c')
-rw-r--r--libdce.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdce.c b/libdce.c
index 25d0789..3bbed45 100644
--- a/libdce.c
+++ b/libdce.c
@@ -83,9 +83,9 @@
83 83
84/********************* GLOBALS ***********************/ 84/********************* GLOBALS ***********************/
85/* Hande used for Remote Communication */ 85/* Hande used for Remote Communication */
86static MmRpc_Handle MmRpcHandle = NULL; 86MmRpc_Handle MmRpcHandle = NULL;
87sem_t *dce_semaphore = NULL; 87sem_t *dce_semaphore = NULL;
88static int count = 0; 88static int count = 0;
89 89
90 90
91/****************** INLINE FUNCTIONS ********************/ 91/****************** INLINE FUNCTIONS ********************/