ignore more stamp files before I switch to srcdir!=objdir

This commit is contained in:
Harri Porten 2002-12-15 13:23:37 +00:00
parent 616b81251c
commit 68f01490cc
2 changed files with 7 additions and 1 deletions

View file

@ -6,6 +6,8 @@ configure
libtool
ltmain.sh
stamp-h1
stamp-h
stamp-h.in
Doxyfile
Makefile
Makefile.in

View file

@ -1,7 +1,11 @@
2002-12-15 Harri Porten <porten@kde.org>
* autogen.sh: check for libtoolize before attempting to use it
* dbus/dbus-transport-unix.c: include <sys/time.h> for timeval struct.
* dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
struct.
* .cvsignore: ignore more stamp files
2002-12-15 Havoc Pennington <hp@pobox.com>