From 4d7f4e86544b316655c3fe4d547a80c11a58eed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 13 Oct 2012 20:07:19 +0200 Subject: [PATCH] Fix dcopc headers location Thanks to Francois Andriot for the patch --- dcopc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dcopc/Makefile.am b/dcopc/Makefile.am index 27e7629e..e285fd3d 100644 --- a/dcopc/Makefile.am +++ b/dcopc/Makefile.am @@ -9,8 +9,8 @@ libdcopc_la_SOURCES = dcopc.c marshal.c dcopobject.c libdcopc_la_LIBADD = -lSM -lICE $(GTK2_LIBS) $(GLIB2_LIBS) libdcopc_la_LDFLAGS = -version-info 1:0 $(X_LDFLAGS) -lICE -no-undefined -include_HEADERS = dcopc.h marshal.h dcopobject.h util.h -includedir = $(prefix)/include/dcopc +dcopcinclude_HEADERS = dcopc.h marshal.h dcopobject.h util.h +dcopcincludedir = $(includedir)/dcopc noinst_HEADERS = global.h