[gnome-keyring: 1/3] Fix the header installation directory for libgcr



commit 9b4993a4f1e83c4613335044b2bd781c79f31c4c
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Tue Sep 7 14:06:15 2010 +0100

    Fix the header installation directory for libgcr
    
    Applications using libgcr expect to be able to #include <gcr/gcr.h>, so we
    need to install the headers in a gcr/ subdirectory of the major-versioned
    gcr-$MAJOR/ directory. Closes: bgo#628910

 gcr/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gcr/Makefile.am b/gcr/Makefile.am
index 5ce7d30..4d810b5 100644
--- a/gcr/Makefile.am
+++ b/gcr/Makefile.am
@@ -12,7 +12,7 @@ ui_DATA = \
 # ------------------------------------------------------------------
 # HEADERS
 
-incdir = $(includedir)/gcr GCR_VERSION_SUFFIX@
+incdir = $(includedir)/gcr GCR_VERSION_SUFFIX@/gcr
 
 inc_HEADERS = \
 	gcr.h \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]