* Removed all Id tags.
[cacao.git] / src / threads / Makefile.am
index 39b7b3a2b3e30e8f7f21b1754b399ffad7119d38..9ef68cfb57debb621b491f136d0fc1fa487e196d 100644 (file)
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
-##
-## $Id: Makefile.am 7338 2007-02-13 00:17:22Z twisti $
 
-## Process this file with automake to produce Makefile.in
 
 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR) -I$(top_builddir)/src
 
@@ -34,14 +31,11 @@ DIST_SUBDIRS = \
        native \
        none
 
-if ENABLE_THREADS
-SUBDIRS = native
+SUBDIRS = \
+       native
 
 THREAD_LIB = \
        native/libthreadsposix.la
-else
-SUBDIRS = none
-endif
 
 noinst_LTLIBRARIES = \
        libthreads.la
@@ -49,6 +43,7 @@ noinst_LTLIBRARIES = \
 libthreads_la_SOURCES = \
        critical.c \
        critical.h \
+       lock-common.h \
        threads-common.c \
        threads-common.h