+ntoskrnl/fs/util.c
authorshort <>
Fri, 4 Jul 2003 04:24:30 +0000 (04:24 +0000)
committershort <>
Fri, 4 Jul 2003 04:24:30 +0000 (04:24 +0000)
src/libcaptive/reactos/ntoskrnl/fs/Makefile.am

index 52f075d..e582faf 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 # automake source for the "ntoskrnl.exe" fs/ 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
@@ -24,5 +24,6 @@ include $(top_srcdir)/src/libcaptive/reactos/ntoskrnl/Makefile-ntoskrnl.am
 noinst_LTLIBRARIES=libfs.la
 libfs_la_SOURCES= \
                notify.c \
-               oplock.c
+               oplock.c \
+               util.c
 BUILT_SOURCES+=$(libfs_la_SOURCES)