GNU header update.
[cacao.git] / src / threads / green / Makefile.am
index 53642b85d4bb8d02f81a6e930c6dfd583ad02fbc..bee11eb8dfa2a25d78d5e2a65ba05ce9737f6353 100644 (file)
@@ -1,7 +1,9 @@
+## src/threads/green/Makefile.am
+##
 ## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates,
 ## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
 ## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger,
-## TU Wien
+## Institut f. Computersprachen - TU Wien
 ##
 ## This file is part of CACAO.
 ##
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 1676 2004-12-03 16:52:15Z twisti $
+## $Id: Makefile.am 1735 2004-12-07 14:33:27Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
 
-noinst_LIBRARIES = libthreads.a
+noinst_LTLIBRARIES = libthreads.la
 
-libthreads_a_SOURCES = \
+libthreads_la_SOURCES = \
        locks.c \
        locks.h \
        threads.c \