X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=b0d012a483e643b20ac44ef8c899651e5f4690c9;hp=ce35c0340195a73a8c66789b11011192538d4ca4;hb=0c9774ef662e2137933ac0c79077eaa9c8981357;hpb=614ef82f41eda084798068d715ef91b072014ca9 diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index ce35c034..b0d012a4 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.101 2006/10/14 19:08:11 tom Exp $ +# $Id: Makefile.in,v 1.102 2007/02/17 23:13:24 tom Exp $ ############################################################################## -# Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. # +# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -118,6 +118,7 @@ LDFLAGS = @LDFLAGS@ @LD_MODEL@ @LIBS@ SHLIB_DIRS = -L../lib SHLIB_LIST = $(SHLIB_DIRS) @SHLIB_LIST@ TINFO_LIST = $(SHLIB_DIRS) @TINFO_LIST@ +TICS_LIST = $(SHLIB_DIRS) @TICS_LIST@ MK_SHARED_LIB = @MK_SHARED_LIB@