mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-07 05:31:00 +00:00
Added GSWCacheElement.m/.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18746 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f317dfaec
commit
7e78f3a33d
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# GNUmakefile - GSWeb: GNUmakefile
|
||||
# Copyright (C) 1999 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999-2004 Free Software Foundation, Inc.
|
||||
#
|
||||
# Written by: Manuel Guesdon <mguesdon@sbuilders.com>
|
||||
# Date: Jan 1999
|
||||
|
@ -90,7 +90,8 @@ GSWTabComponent.m \
|
|||
GSWValidationFailureComponent.m \
|
||||
GSWSimpleFormComponent.m \
|
||||
GSWFileUploadFormComponent.m \
|
||||
GSWFileUploadComponent.m
|
||||
GSWFileUploadComponent.m \
|
||||
GSWCacheElement.m
|
||||
WOExtensionsGSW_OBJC_FILES = $(GSWExtensionsGSW_OBJC_FILES)
|
||||
|
||||
# The header files to be installed
|
||||
|
@ -100,7 +101,8 @@ GSWLogin.h \
|
|||
GSWTabComponent.h \
|
||||
GSWValidationFailureComponent.h \
|
||||
GSWFileUploadFormComponent.h \
|
||||
GSWFileUploadComponent.h
|
||||
GSWFileUploadComponent.h \
|
||||
GSWCacheElement.h
|
||||
WOExtensionsGSW_HEADER_FILES = $(GSWExtensionsGSW_HEADER_FILES)
|
||||
|
||||
GSWExtensionsGSW_HEADER_FILES_DIR = $(HEADER_DIR)
|
||||
|
|
Loading…
Reference in a new issue