# GNUstep Makefile include $(GNUSTEP_MAKEFILES)/common.make include ../SOGo/Version include ./Version LIBRARY_NAME = libSOGoLogic libSOGoLogic_HEADER_FILES_DIR = . libSOGoLogic_HEADER_FILES_INSTALL_DIR = /SOGoLogic libSOGoLogic_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION) libSOGoLogic_HEADER_FILES += \ SOGoAppointment.h \ SOGoAppointmentICalRenderer.h \ AgenorUserManager.h \ SOGoLRUCache.h \ NSString+iCal.h libSOGoLogic_OBJC_FILES += \ SOGoAppointment.m \ SOGoAppointmentICalRenderer.m \ SOGoLRUCache.m \ AgenorUserManager.m \ -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/library.make -include GNUmakefile.postamble