--- /dev/null
+# $Id$ $Revision$
+# Process this file with automake to produce Makefile.in
+
+AM_CPPFLAGS = @TCL_CFLAGS@ @TK_CFLAGS@ @TCL_INCLUDES@ @TK_INCLUDES@ @TK_XINCLUDES@
+
+LIBS = @TK_STUB_LIB_SPEC@
+
+if WITH_TK
+noinst_LTLIBRARIES = libtkstubs_C.la
+noinst_HEADERS = tkInt.h
+endif
+
+# tkStubLib.c is a dummy file just to fool automake
+libtkstubs_C_la_SOURCES = tkStubLib.c tkStubImg.c
+
+EXTRA_DIST =
--- /dev/null
+The purpose of this directory is just to fool libtool
+which doesn't understand that libtkstubs${ver}.a contains
+code suitable for incuding in a shared library.
+
+Not sure whose bug this really is: tcl's for not using libtool
+or libtool's for not supporting use of .a convenience libraries.