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

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

-include $(top_srcdir)/git.mk