@SET_MAKE@ CLEANFILES = *~ *.bak core *.core *.o *.lo #-avoid-version module_flags = -export_dynamic -module -no-undefined modulesdir = $(libdir) #/trail-1.0 #/modules #modulesconf_DATA #modulesconfdir= modules_LTLIBRARIES = libtrail.la ACLOCAL_AMFLAGS = -I m4 #bin_PROGRAMS = trail-c EXTRA_DIST = testspawner.c HEADER INCLUDES = -I$(top_srcdir)/include libtrail_la_CFLAGS = @GTK_CFLAGS@ @OPENSSL_CFLAGS@ @GNOME_VFS_CFLAGS@ @LIBHILDONMIME_CFLAGS@ -DTRAIL_ICONS_DIR=\"@TRAIL_ICONS_DIR@\" -Wall -Werror libtrail_la_LIBADD = @GTK_LIBS@ @OPENSSL_LIBS@ @GNOME_VFS_LIBS@ @LIBHILDONMIME_LIBS@ libtrail_la_LDFLAGS = -export-dynamic libtrail_la_SOURCES = trail-dnd.c trail-format.c \ trail-icon-theme.c trail-md5.c trail-path.c \ trail-preview.c \ trail-spawner-marshallers.c trail-spawner-marshallers.h \ trail-spawner.c \ trail-thumbnails.c \ trail-emblems.c \ xdgmime/xdgmimealias.c xdgmime/xdgmimealias.h \ xdgmime/xdgmime.c xdgmime/xdgmimeglob.c \ xdgmime/xdgmimeglob.h xdgmime/xdgmime.h \ xdgmime/xdgmimeint.c xdgmime/xdgmimeint.h \ xdgmime/xdgmimemagic.c xdgmime/xdgmimemagic.h \ xdgmime/xdgmimeparent.c xdgmime/xdgmimeparent.h \ trail-file-type-associations.c