X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=Makefile.defines.in;h=aa790daeaaf90d34f0b6278f7b7a83b913caee4c;hp=926a3035c61d8914db549e7e75a5313e135b85c1;hb=HEAD;hpb=c257b555225193e54d85daf541d29578b3c93882 diff --git a/Makefile.defines.in b/Makefile.defines.in index 926a3035..aa790dae 100644 --- a/Makefile.defines.in +++ b/Makefile.defines.in @@ -1,14 +1,13 @@ # # Makefile.defines.pre # -# Author: Pekka Riikonen +# Author: Pekka Riikonen # -# Copyright (C) 2001 Pekka Riikonen +# Copyright (C) 2001 - 2008 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -29,7 +28,7 @@ # All packages in the SILC source tree that include the Makefile.defines.in # must also include the following two lines in their configure.in file. # -# INCLUDE_DEFINES_INT="include \$(top_srcdir)/Makefile.defines_int" +# INCLUDE_DEFINES_INT="include \$(top_srcdir)/Makefile.defines_int" # AC_SUBST(INCLUDE_DEFINES_INT) # # (See the Makefile.defines_int.pre for all different definitions but DO NOT @@ -41,17 +40,8 @@ # # INCLUDE defines # -INCLUDES = $(ADD_INCLUDES) $(SILC_CFLAGS) -DHAVE_SILCDEFS_H \ +INCLUDES = $(ADD_INCLUDES) $(SILC_CFLAGS) -DHAVE_CRYPTODEFS_H \ -I$(srcdir) -I$(top_srcdir) \ -I$(silc_top_srcdir) $(SILC_LIB_INCLUDES) \ -I$(silc_top_srcdir)/includes \ -I$(silc_top_srcdir)/doc - -# -#includes-install: Makefile -# for i in $(include_HEADERS); do s=$(srcdir)/$$i; -#d=$(silc_top_srcdir)/includes/$$i; \ -# ln $$s $$d 2>/dev/null || (rm -f $$d; cp -p $$s $$d;); \ -# done; -# -#all-local: includes-install