Corrected issue with header file section in makefile generation for library.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@26745 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-07-04 15:16:08 +00:00
parent 7434ba3a2c
commit 2efa58419a

View file

@ -307,7 +307,7 @@
[mff appendString:@"\n\n#\n# Public headers (will be installed)\n#\n"];
[mff appendString:[NSString stringWithFormat:@"%@_HEADERS = ",
[mff appendString:[NSString stringWithFormat:@"%@_HEADER_FILES = ",
projectName]];
if (array && [array count])