Implemented sub-second W32 filesystem interface by new: CaptiveFileInfoObject
[captive.git] / src / libcaptive / include / captive / Makefile.am
index 20cfd12..d89e46b 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 # automake source for include/captive directory Makefile
-# Copyright (C) 2002-2003 Jan Kratochvil <project-captive@jankratochvil.net>
+# Copyright (C) 2002-2005 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,19 +21,29 @@ include $(top_srcdir)/src/libcaptive/Makefile-libcaptive.am
 
 pkginclude_HEADERS+= \
                calltype_reactos.h \
-               client.h \
+               captivemodid.h \
                client-directory.h \
                client-file.h \
-               client-file_info.h \
+               client-vfs.h \
+               client-file-info.h \
+               client.h \
                config2.h \
                ldr.h \
                ldr_exports.h \
+               leave.h \
+               libxml.h \
                macros.h \
                mm.h \
+               options-module.h \
+               options.h \
                ps_reactos.h \
                rtl-file.h \
-               sandbox.h \
+               rtl-time.h \
                signal.h \
                storage.h \
                unicode.h \
-               unicode_reactos.h
+               unicode_reactos.h \
+               usecount.h
+
+# for 'include_test.c' handled by Makefile-head.am/.include_test_all.stamp rule by $(COMPILE)
+AM_CFLAGS=$(GNOME_VFS_MODULE_CFLAGS) $(LIBXML_CFLAGS)