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

libtotemscrsaver_la_CFLAGS = \
	-I$(top_srcdir)/lib	\
	$(LIB_CFLAGS)		\
	$(DBUS_CFLAGS)		\
	$(WARNING_CFLAGS)	\
	$(DISABLE_DEPRECATED)