Initial original import from: fuse-2.4.2-2.fc4
[captive.git] / src / libcaptive / reactos / ntoskrnl / rtl / Makefile.am
index efa5a11..df6c0e8 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 # automake source for the "ntoskrnl.exe" runtimelib ReactOS implementation Makefile 
-# Copyright (C) 2002 Jan Kratochvil <project-captive@jankratochvil.net>
+# Copyright (C) 2002-2003 Jan Kratochvil <project-captive@jankratochvil.net>
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -21,11 +21,17 @@ include $(top_srcdir)/src/libcaptive/Makefile-libcaptive.am
 include $(top_srcdir)/src/libcaptive/reactos/Makefile-reactos.am
 include $(top_srcdir)/src/libcaptive/reactos/ntoskrnl/Makefile-ntoskrnl.am
 
+SUBDIRS=i386
+
 noinst_LTLIBRARIES=librtl.la
 librtl_la_SOURCES= \
+               dos8dot3.c \
+               largeint.c \
                mem.c \
                nls.c \
                sprintf.c \
-               wstring.c \
-               unicode.c
+               unicode.c \
+               wstring.c
+librtl_la_LIBADD= \
+               i386/libi386.la
 BUILT_SOURCES+=$(librtl_la_SOURCES)