1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
#
# Makefile.defines.pre
#
# Author: Pekka Riikonen <priikone@silcnet.org>
#
# Copyright (C) 2002 Pekka Riikonen
#
# The contents of this file are subject to one of the Licenses specified
# in the COPYING file; You may not use this file except in compliance
# with the License.
#
# The software distributed under the License is distributed on an "AS IS"
# basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY
# KIND, either expressed or implied. See the COPYING file for more
# information.
#
include ../Makefile.defines_int
INCLUDES = $(ADD_INCLUDES) $(SILC_CFLAGS) \
-I./ -I/usr/local/silc/include -I$(silc_install_prefix)/include
|