Initial original import from: fuse-2.4.2-2.fc4
[captive.git] / src / libcaptive / sandbox / Makefile.am
index c72e532..5ab7e6f 100644 (file)
@@ -30,29 +30,35 @@ libsandbox_la_SOURCES= \
                $(SANDBOX_IDL_SOURCES) \
                FileInfo.c \
                FileInfo.h \
+               client-CaptiveIOChannel.c \
+               client-CaptiveIOChannel.h \
                parent-Directory.c \
+               parent-Directory.h \
                parent-File.c \
+               parent-File.h \
                parent-Vfs.c \
-               split.c \
-               split.h \
-               server-GlibLogFunc.c \
-               server-GlibLogFunc.h \
+               parent-Vfs.h \
+               server-CaptiveIOChannel.c \
+               server-CaptiveIOChannel.h \
                server-Directory.c \
                server-Directory.h \
                server-File.c \
                server-File.h \
+               server-GLogFunc.c \
+               server-GLogFunc.h \
                server-Vfs.c \
-               server-Vfs.h
+               server-Vfs.h \
+               split.c \
+               split.h
 
-libsandbox_la_CFLAGS=$(ORBIT_CFLAGS) $(LINC_CFLAGS) $(GNOME_VFS_MODULE_CFLAGS)
+libsandbox_la_CFLAGS=$(ORBIT_CFLAGS) $(LINC_CFLAGS) $(GNOME_VFS_MODULE_CFLAGS) $(LIBXML_CFLAGS)
 
-# $(LINC_LIBS) should be included by $(ORBIT_LIBS)
-# As we have no direct dependency on 'linc' it would be fatal if unexpectedly
-# ORBit-2 would not use 'linc'.
-libsandbox_la_LIBADD=$(ORBIT_LIBS) $(GNOME_VFS_MODULE_LIBS)
+libsandbox_la_LIBADD=$(ORBIT_LIBS)   $(LINC_LIBS)   $(GNOME_VFS_MODULE_LIBS)
 
 CLEANFILES+= \
-               $(sandbox_SOURCES)
+               $(SANDBOX_IDL_SOURCES)
+BUILT_SOURCES+= \
+               $(SANDBOX_IDL_SOURCES)
 
 # Produced 'sandbox-skelimpl.c' is never compiled,
 # it is just a source of templates for server-*.[ch] files