Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/totem-screensaver/Makefile.am
blob: 1304c8d496397333116d60f61914abcf5c6fe13f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
noinst_LTLIBRARIES = libtotemscrsaver.la
libtotemscrsaver_la_SOURCES = \
	totem-scrsaver.h \
	totem-scrsaver.c

libtotemscrsaver_la_CPPFLAGS = \
	$(AM_CPPFLAGS)

libtotemscrsaver_la_CFLAGS = 	\
	$(SHELL_CORE_CFLAGS)	\
	$(DBUS_CFLAGS)		\
	$(WARNING_CFLAGS)	\
	$(DISABLE_DEPRECATED)	\
	$(AM_CFLAGS)

-include $(top_srcdir)/git.mk