mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
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:
parent
7434ba3a2c
commit
2efa58419a
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue