mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
add GSWDatabase/Makefile.preamble patch from Sebastian Reitenbach
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@36236 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6049e5892a
commit
60f0853e03
2 changed files with 43 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
2013-03-01 David Wetzel <dave@turbocat.de>
|
||||
add GSWDatabase/Makefile.preamble patch from Sebastian Reitenbach
|
||||
|
||||
2013-03-01 David Wetzel <dave@turbocat.de>
|
||||
* configure.ac
|
||||
* GSWeb/GSWUtils.m
|
||||
|
|
40
GSWDatabase/Makefile.preamble
Normal file
40
GSWDatabase/Makefile.preamble
Normal file
|
@ -0,0 +1,40 @@
|
|||
# -*-makefile-*-
|
||||
# Copyright (C) 2013 Free Software Foundation, Inc.
|
||||
#
|
||||
# Written by: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
# Date: Mar 2013
|
||||
#
|
||||
# This file is part of the GNUstep Web Library.
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU Library General Public
|
||||
# License as published by the Free Software Foundation; either
|
||||
# version 2 of the License, or (at your option) any later version.
|
||||
#
|
||||
# This library is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# Library General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Library General Public
|
||||
# License along with this library; if not, write to the Free
|
||||
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
#
|
||||
# Makefile.preamble
|
||||
#
|
||||
# Project specific makefile variables, and additional
|
||||
#
|
||||
# Do not put any Makefile rules in this file, instead they should
|
||||
# be put into Makefile.postamble.
|
||||
#
|
||||
|
||||
#
|
||||
# Flags dealing with compiling and linking
|
||||
#
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS = \
|
||||
-I../GSWeb/$(GNUSTEP_TARGET_DIR) \
|
||||
-I../GSWeb/derived_src
|
||||
|
Loading…
Reference in a new issue