X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=Makefile.defines.in;h=2e9c9023d142a2caa4d4696ed88637e093a0c688;hp=c13aab23b8ccb584e27b76816a438612121e1d1c;hb=4d96aec5a0942c3b9bf66dcbec47c593f267c5ec;hpb=5586a7f0e211638059148cc853e47caedf53d098 diff --git a/Makefile.defines.in b/Makefile.defines.in index c13aab23..2e9c9023 100644 --- a/Makefile.defines.in +++ b/Makefile.defines.in @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2001 - 2005 Pekka Riikonen +# Copyright (C) 2001 - 2005, 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 @@ -28,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 @@ -45,12 +45,3 @@ INCLUDES = $(ADD_INCLUDES) $(SILC_CFLAGS) -DHAVE_SILCDEFS_H \ -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