]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/Makefile.in
ncurses 5.6 - patch 20070217
[ncurses.git] / ncurses / Makefile.in
index ce35c0340195a73a8c66789b11011192538d4ca4..b0d012a483e643b20ac44ef8c899651e5f4690c9 100644 (file)
@@ -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"), #
 #                                                                            #
 # 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@
 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@
 
 
 MK_SHARED_LIB  = @MK_SHARED_LIB@