mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Install headers in AppKit rather than gnustep/AppKit; include local
gui.make git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8890 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
55b1cd5681
commit
bb8a4b8574
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
|||
|
||||
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../Version
|
||||
|
@ -158,7 +159,7 @@ libgnustep-gui_OBJC_FILES += NSPasteboard.m
|
|||
endif
|
||||
|
||||
libgnustep-gui_HEADER_FILES_DIR = ../Headers
|
||||
libgnustep-gui_HEADER_FILES_INSTALL_DIR = /gnustep
|
||||
libgnustep-gui_HEADER_FILES_INSTALL_DIR = /
|
||||
|
||||
libgnustep-gui_HEADER_FILES = \
|
||||
AppKit/AppKit.h \
|
||||
|
|
Loading…
Reference in a new issue