# $Id$ include $(GNUSTEP_MAKEFILES)/common.make -include ../../Version -include ./Version LIBRARY_NAME = libSOGo libSOGo_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION) libSOGo_HEADER_FILES_DIR = . libSOGo_HEADER_FILES_INSTALL_DIR = /SOGo libSOGo_HEADER_FILES = \ SOGoObject.h \ SOGoFolder.h \ SOGoContentObject.h \ SOGoUserFolder.h \ SOGoGroupsFolder.h \ SOGoGroupFolder.h \ SOGoCustomGroupFolder.h \ libSOGo_OBJC_FILES = \ SOGoObject.m \ SOGoFolder.m \ SOGoContentObject.m \ SOGoUserFolder.m \ SOGoGroupsFolder.m \ SOGoGroupFolder.m \ SOGoCustomGroupFolder.m \ -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/library.make -include GNUmakefile.postamble