neon_dir = $(top_builddir)/libneon INCLUDES = -I$(top_srcdir)/include \ -I$(top_srcdir) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ $(GNOME_INCLUDEDIR) \ -DGLADE_PATH=\""$(gladedir)/uploadwizard.glade"\" \ -D _GNU_SOURCE plugins_execdir = $(libdir)/screem/plugins plugins_exec_LTLIBRARIES = uploadWizard.la if HAVE_FNMATCH FNMATCH_SRC = else FNMATCH_SRC = fnmatch.c fnmatch.h endif # here so they get included in a make dist as otherwise they will be missed # out when I do it gladedir = $(datadir)/screem/glade glade_DATA = uploadwizard.glade EXTRA_DIST = $(glade_DATA) \ fnmatch.c fnmatch.h uploadWizard_la_SOURCES = \ $(FNMATCH_SRC) \ common.h \ fileset.c \ fileset.h \ frontend.h \ protocol.h \ sitefiles.c \ sites.c \ sites.h \ sitesi.h \ sitestore.c \ uploadWizard.c \ vfsdriver.c uploadWizard_la_LDFLAGS = -avoid-version -module uploadWizard_la_LIBADD =