Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/totem-screensaver/Makefile.am
blob: ab67e2c5f6a3ab5f53ae5eb0624b28102f91f79a (plain)
1
2
3
4
5
6
7
8
9
10
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)