X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=panel%2FMakefile.in;h=85808398194903642271701efe866dfa4b87d32b;hb=d49a800c7f54c8d9e77f745423c821a8535ada59;hp=e5bbf61aa35ec64246cc098c7e8602ecbb70733c;hpb=96097feb6ca4e2c4c944f3ed789c89d964611655;p=ncurses.git diff --git a/panel/Makefile.in b/panel/Makefile.in index e5bbf61a..85808398 100644 --- a/panel/Makefile.in +++ b/panel/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.53 2009/01/03 19:09:26 tom Exp $ +# $Id: Makefile.in,v 1.55 2010/01/23 16:31:05 tom Exp $ ############################################################################## -# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. # +# Copyright (c) 1998-2009,2010 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"), # @@ -64,6 +64,7 @@ LIBTOOL_COMPILE = @LIB_COMPILE@ LIBTOOL_LINK = @LIB_LINK@ LIBTOOL_INSTALL = @LIB_INSTALL@ LIBTOOL_UNINSTALL = @LIB_UNINSTALL@ +LT_UNDEF = @LT_UNDEF@ INSTALL = @INSTALL@ INSTALL_LIB = @INSTALL@ @INSTALL_LIB@ @@ -133,7 +134,7 @@ $(DESTDIR)$(libdir) : -rm -f $@ cp $(srcdir)/panel.h $@ -PANEL_PRIV_H = \ +HEADER_DEPS = \ $(srcdir)/panel.priv.h \ $(srcdir)/panel.h