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, 0 insertions, 16 deletions
diff --git a/cut-n-paste/totem-screensaver/Makefile.am b/cut-n-paste/totem-screensaver/Makefile.am deleted file mode 100644 index 1304c8d4..00000000 --- a/cut-n-paste/totem-screensaver/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -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 |