diff options
Diffstat (limited to 'cut-n-paste/totem-screensaver/Makefile.am')
-rw-r--r-- | cut-n-paste/totem-screensaver/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cut-n-paste/totem-screensaver/Makefile.am b/cut-n-paste/totem-screensaver/Makefile.am new file mode 100644 index 00000000..1304c8d4 --- /dev/null +++ b/cut-n-paste/totem-screensaver/Makefile.am @@ -0,0 +1,16 @@ +noinst_LTLIBRARIES = libtotemscrsaver.la +libtotemscrsaver_la_SOURCES = \ + totem-scrsaver.h \ + totem-scrsaver.c + +libtotemscrsaver_la_CPPFLAGS = \ + $(AM_CPPFLAGS) + +libtotemscrsaver_la_CFLAGS = \ + $(SHELL_CORE_CFLAGS) \ + $(DBUS_CFLAGS) \ + $(WARNING_CFLAGS) \ + $(DISABLE_DEPRECATED) \ + $(AM_CFLAGS) + +-include $(top_srcdir)/git.mk |