]> www.fi.muni.cz Git - evince.git/blob - cut-n-paste/totem-screensaver/Makefile.am
[shell] Pass the GDBusConnection to TotemScrsaver
[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_CPPFLAGS = \
7         $(AM_CPPFLAGS)
8
9 libtotemscrsaver_la_CFLAGS =    \
10         $(SHELL_CORE_CFLAGS)    \
11         $(DBUS_CFLAGS)          \
12         $(WARNING_CFLAGS)       \
13         $(DISABLE_DEPRECATED)   \
14         $(AM_CFLAGS)
15
16 -include $(top_srcdir)/git.mk