(trunk) set properties on $Id$ files that were missing them

This commit is contained in:
Charles Kerr 2009-06-05 17:52:02 +00:00
parent ec5801b5e7
commit 924ac89f8d
3 changed files with 3 additions and 3 deletions

View File

@ -185,7 +185,7 @@ if test "x$libevent_found" = "xyes" ; then
fi
fi
if test "x$libevent_source" = "xbundled"; then
AC_MSG_NOTICE([couldn't find event-config.h, so using our own copy of libevent from third-party/libevent/.])
AC_MSG_NOTICE([using our own libevent from third-party/libevent/])
AC_MSG_NOTICE([if you are cross-compiling this is probably NOT what you want.])
LIBEVENT_CPPFLAGS="-I\$(top_srcdir)/third-party/libevent -I\$(top_builddir)/third-party/libevent"
LIBEVENT_LIBS="\$(top_builddir)/third-party/libevent/libevent.la"

View File

@ -7,7 +7,7 @@
* This exemption does not extend to derived works not owned by
* the Transmission project.
*
* $Id:$
* $Id$
*/
#ifdef WITH_INOTIFY
#include <sys/inotify.h>

View File

@ -10,7 +10,7 @@
* This exemption does not extend to derived works not owned by
* the Transmission project.
*
* $Id:$
* $Id$
*/
typedef struct dtr_watchdir dtr_watchdir;