mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-15 16:11:25 +00:00
Fix makefiles wrt to framework directory renaming
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24271 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
941e34d83b
commit
2095cdca6f
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ ADDITIONAL_INCLUDE_DIRS += -I./ -I./Headers
|
||||||
ADDITIONAL_LDFLAGS +=
|
ADDITIONAL_LDFLAGS +=
|
||||||
|
|
||||||
# Additional library directories the linker should search
|
# Additional library directories the linker should search
|
||||||
ADDITIONAL_LIB_DIRS += -L./Library/ProjectCenter.framework/Versions/Current \
|
ADDITIONAL_LIB_DIRS += -L./Framework/ProjectCenter.framework/Versions/Current \
|
||||||
-L./Library/ProjectCenter.framework
|
-L./Framework/ProjectCenter.framework
|
||||||
|
|
||||||
# Additional LDFLAGS to pass to the linker
|
# Additional LDFLAGS to pass to the linker
|
||||||
ADDITIONAL_GUI_LIBS += -lProjectCenter
|
ADDITIONAL_GUI_LIBS += -lProjectCenter
|
||||||
|
|
Loading…
Reference in a new issue