mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
Fix GNUmakefile according to last renaming
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_4@18914 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
49fab48368
commit
8f184529fd
1 changed files with 7 additions and 7 deletions
|
@ -23,13 +23,13 @@ ApplicationProject_PRINCIPAL_CLASS = PCAppProj
|
|||
# Resource files
|
||||
#
|
||||
ApplicationProject_RESOURCE_FILES= \
|
||||
Templates/AppController.h \
|
||||
Templates/AppController.m \
|
||||
Templates/main.m \
|
||||
Templates/PC.project \
|
||||
Templates/GNUmakefile.preamble \
|
||||
Templates/GNUmakefile.postamble \
|
||||
Templates/Main.gorm
|
||||
Resources/AppController.h \
|
||||
Resources/AppController.m \
|
||||
Resources/main.m \
|
||||
Resources/PC.project \
|
||||
Resources/GNUmakefile.preamble \
|
||||
Resources/GNUmakefile.postamble \
|
||||
Resources/Main.gorm
|
||||
|
||||
#
|
||||
# Header files
|
||||
|
|
Loading…
Reference in a new issue