mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix accidentally deleted line.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4484 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e9e59a3272
commit
3e23d9af4b
1 changed files with 4 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
#
|
||||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS = $(DEFS)
|
||||
ADDITIONAL_CPPFLAGS = $(DEFS) -Wall
|
||||
|
||||
# Additional flags to pass to the Objective-C compiler
|
||||
ADDITIONAL_OBJCFLAGS =
|
||||
|
@ -65,3 +65,6 @@ ADDITIONAL_LIB_DIRS =
|
|||
ADDITIONAL_INSTALL_DIRS = $(GNUSTEP_HEADERS)/gnustep/base \
|
||||
$(GNUSTEP_HEADERS)/gnustep/Foundation \
|
||||
$(GNUSTEP_HEADERS)/gnustep/unicode \
|
||||
$(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue