# $Id$ include $(GNUSTEP_MAKEFILES)/common.make LIBRARY_NAME = libSOGoUI libSOGoUI_HEADER_FILES_DIR = . libSOGoUI_HEADER_FILES_INSTALL_DIR = /SOGoUI libSOGoUI_HEADER_FILES += \ UIxComponent.h \ SOGoDateFormatter.h \ libSOGoUI_OBJC_FILES += \ UIxComponent.m \ SOGoDateFormatter.m \ # make -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/library.make -include GNUmakefile.postamble