Put private libraries in /usr/lib/sogo

This commit is contained in:
Jeroen Dekkers
2014-10-01 20:36:42 +02:00
parent 89284d558c
commit 6ded9e95b3
21 changed files with 32 additions and 12 deletions

View File

@@ -11,6 +11,8 @@ SOGo_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
#SOGo_INSTALL_DIR = $(SOGO_LIBDIR)
SOGo_INSTALL_DIR = $(DESTDIR)$(GNUSTEP_$(GNUSTEP_INSTALLATION_DOMAIN)_FRAMEWORKS)
ADDITIONAL_LDFLAGS += -Wl,--rpath,$(SOGO_SYSLIBDIR)/sogo
SOGo_HEADER_FILES = \
SOGoBuild.h \
SOGoProductLoader.h \
@@ -200,6 +202,7 @@ ADDITIONAL_LDFLAGS += -lmemcached
ifneq ($(FHS_INSTALL_ROOT),)
GNUSTEP_HEADERS=$(DESTDIR)$(FHS_INSTALL_ROOT)/include
endif
GNUSTEP_TARGET_LDIR=sogo
include $(GNUSTEP_MAKEFILES)/framework.make
include $(GNUSTEP_MAKEFILES)/library.make
include $(GNUSTEP_MAKEFILES)/tool.make