[evolution-ews/gnome-2-28] Move libeews to privlibdir (its includes are in privincludedir already)



commit 806b2530105c4bae0f6a02f2f00f721d1ef4e0b7
Author: David Woodhouse <David Woodhouse intel com>
Date:   Wed Oct 19 13:42:54 2011 +0100

    Move libeews to privlibdir (its includes are in privincludedir already)
    
    Theoretically it's useful outside Evolution but the .pc file works anyway,
    so let's just be consistent for now.

 src/server/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/server/Makefile.am b/src/server/Makefile.am
index 894c904..66d9184 100644
--- a/src/server/Makefile.am
+++ b/src/server/Makefile.am
@@ -1,6 +1,6 @@
 DIST_SUBDIRS = tests
 
-lib_LTLIBRARIES = libeews-1.2.la
+privlib_LTLIBRARIES = libeews-1.2.la
 
 MARSHAL_GENERATED = ews-marshal.c ews-marshal.h
 



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