~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

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
INCLUDES = 				\
	-I$(top_srcdir)			\
	-DG_LOG_DOMAIN=\"libtomboy\"	\
	-DEGG_COMPILATION 		\
	-DGTK_DISABLE_DEPRECATED 	\
	-DGDK_DISABLE_DEPRECATED 	\
	-DG_DISABLE_DEPRECATED		\
	$(LIBTOMBOY_CFLAGS)

tomboylibdir = $(pkglibdir)
tomboylib_LTLIBRARIES = libtomboy.la

libtomboy_la_SOURCES =		\
	tomboykeybinder.h	\
	tomboykeybinder.c	\
	tomboyutil.h		\
	tomboyutil.c		\
	eggaccelerators.h	\
	eggaccelerators.c

libtomboy_la_CFLAGS = $(X_CFLAGS)
libtomboy_la_LDFLAGS = -export-dynamic -module -avoid-version
libtomboy_la_LIBADD = $(LIBTOMBOY_LIBS) $(X_LIBS)

maintainer-clean-local:
	rm -f Makefile.in