libgnomeui r5512 - in trunk: . file-chooser
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: libgnomeui r5512 - in trunk: . file-chooser
- Date: Tue, 29 Jan 2008 21:16:52 +0000 (GMT)
Author: chpe
Date: Tue Jan 29 21:16:47 2008
New Revision: 5512
URL: http://svn.gnome.org/viewvc/libgnomeui?rev=5512&view=rev
Log:
2008-01-29 Christian Persch <chpe gnome org>
* file-chooser/Makefile.am: Cleanup.
Modified:
trunk/ChangeLog
trunk/file-chooser/Makefile.am
Modified: trunk/file-chooser/Makefile.am
==============================================================================
--- trunk/file-chooser/Makefile.am (original)
+++ trunk/file-chooser/Makefile.am Tue Jan 29 21:16:47 2008
@@ -20,16 +20,14 @@
module_flags = -export_dynamic -avoid-version -module -no-undefined
modulesdir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/filesystems
-if OS_WIN32
-else
-libgnome_vfs = libgnome-vfs.la
-endif
-
-modules_LTLIBRARIES = \
- $(libgnome_vfs) \
- libgio.la \
+modules_LTLIBRARIES = \
+ libgio.la \
$(NULL)
+if !OS_WIN32
+modules_LTLIBRARIES += libgnome-vfs.la
+endif
+
libgnome_vfs_la_SOURCES = gtkfilesystemgnomevfs.c gtkfilesystemgnomevfs.h
libgnome_vfs_la_LDFLAGS = $(module_flags)
libgnome_vfs_la_LIBADD = $(GNOME_VFS_FILE_SYSTEM_LIBS) \
@@ -41,4 +39,3 @@
EXTRA_DIST = \
testfilechooser.c
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]