* src/vmcore/linker.c (link_class): Check for CLASS_LINKING.
[cacao.git] / src / threads / Makefile.am
index 1d5ba9664508017d8b0e6806b7190d370df3629c..f8e34c8d0671ff001c8380ebe1b561dfe9dabbf4 100644 (file)
@@ -22,7 +22,7 @@
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
 ##
-## $Id: Makefile.am 7356 2007-02-14 11:00:28Z twisti $
+## $Id: Makefile.am 7813 2007-04-25 19:20:13Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -34,14 +34,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 +46,7 @@ noinst_LTLIBRARIES = \
 libthreads_la_SOURCES = \
        critical.c \
        critical.h \
+       lock-common.h \
        threads-common.c \
        threads-common.h