diff options
Diffstat (limited to 'camel/providers/groupwise/Makefile.am')
-rw-r--r-- | camel/providers/groupwise/Makefile.am | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/camel/providers/groupwise/Makefile.am b/camel/providers/groupwise/Makefile.am deleted file mode 100644 index b34f34865d..0000000000 --- a/camel/providers/groupwise/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -## Process this file with automake to produce Makefile.in - -libcamelimapincludedir = $(privincludedir)/camel - -camel_provider_LTLIBRARIES = libcamelgroupwise.la -camel_provider_DATA = libcamelgroupwise.urls - -INCLUDES = -I.. \ - -I$(srcdir)/.. \ - -I$(top_srcdir)/camel \ - -I$(top_srcdir)/intl \ - -I$(top_srcdir)/e-util \ - -I$(top_srcdir) \ - -I$(top_srcdir)/camel/providers/imap \ - -I$(top_srcdir)/camel/providers/smtp \ - $(EVOLUTION_CALENDAR_CFLAGS) \ - $(CAMEL_GROUPWISE_CFLAGS) \ - $(GNOME_INCLUDEDIR) \ - $(E_UTIL_CFLAGS) \ - $(GTK_INCLUDEDIR) \ - -DCAMEL_PROVIDERDIR=\"$(camel_providerdir)\" \ - -DG_LOG_DOMAIN=\"camel-groupwise-provider\" - -libcamelgroupwise_la_SOURCES = \ - camel-groupwise-provider.c \ - camel-gw-listener.c \ - camel-gw-listener.h -libcamelgroupwise_la_LIBADD = $(CAMEL_GROUPWISE_LIBS) - -libcamelgroupwise_la_LDFLAGS = -avoid-version -module - -EXTRA_DIST = libcamelgroupwise.urls - |