diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-10-13 20:07:19 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-10-13 20:07:19 +0200 |
commit | 4d7f4e86544b316655c3fe4d547a80c11a58eed5 (patch) | |
tree | 3ed3c24afffd8c7cff6ff86435224b4a45faaee3 | |
parent | 115acc3994ae810840706c2da7e3c6c0bb53ca5e (diff) | |
download | tdebindings-4d7f4e86544b316655c3fe4d547a80c11a58eed5.tar.gz tdebindings-4d7f4e86544b316655c3fe4d547a80c11a58eed5.zip |
Fix dcopc headers location
Thanks to Francois Andriot for the patch
-rw-r--r-- | dcopc/Makefile.am | 4 |
1 files 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 |