]> www.fi.muni.cz Git - evince.git/blob - cut-n-paste/totem-screensaver/Makefile.am
cut-n-paste/totem-screensaver/.cvsignore
[evince.git] / cut-n-paste / totem-screensaver / Makefile.am
1 noinst_LTLIBRARIES = libtotemscrsaver.la
2 libtotemscrsaver_la_SOURCES = \
3         totem-scrsaver.h \
4         totem-scrsaver.c
5
6 libtotemscrsaver_la_CFLAGS = \
7         -I$(top_srcdir)/lib     \
8         $(LIB_CFLAGS)           \
9         $(DBUS_CFLAGS)          \
10         $(WARNING_CFLAGS)       \
11         $(DISABLE_DEPRECATED)