File: Makefile.am

package info (click to toggle)
evolution-data-server 2.22.3-1.1%2Blenny2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 69,336 kB
  • ctags: 44,478
  • sloc: ansic: 341,205; xml: 65,790; tcl: 30,499; sh: 19,137; perl: 11,529; cpp: 8,264; java: 7,653; makefile: 6,871; awk: 1,338; yacc: 1,105; sed: 772; cs: 505; lex: 134; python: 30; asm: 14
file content (30 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
INCLUDES =						\
	-DG_LOG_DOMAIN=\"libecalbackendhttp\"		\
	-I$(top_srcdir)					\
	-I$(top_builddir)				\
	-I$(top_srcdir)/calendar			\
	-I$(top_builddir)/calendar			\
	-I$(top_srcdir)/calendar/libical/src		\
	-I$(top_builddir)/calendar/libical/src		\
	-I$(top_srcdir)/calendar/libical/src/libical	\
	-I$(top_builddir)/calendar/libical/src/libical	\
	$(EVOLUTION_CALENDAR_CFLAGS)			\
	$(SOUP_CFLAGS)

extension_LTLIBRARIES = libecalbackendhttp.la

libecalbackendhttp_la_SOURCES =		\
	e-cal-backend-http-factory.c	\
	e-cal-backend-http-factory.h	\
	e-cal-backend-http.c		\
	e-cal-backend-http.h

libecalbackendhttp_la_LIBADD =						\
	$(top_builddir)/calendar/libecal/libecal-1.2.la			\
	$(top_builddir)/calendar/libedata-cal/libedata-cal-1.2.la	\
	$(top_builddir)/libedataserver/libedataserver-1.2.la		\
	$(EVOLUTION_CALENDAR_LIBS)					\
	$(SOUP_LIBS)

libecalbackendhttp_la_LDFLAGS =		\
	-module -avoid-version $(NO_UNDEFINED)