]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/totem-screensaver/Makefile.am
Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code.
[evince.git] / cut-n-paste / totem-screensaver / Makefile.am
index 9108b9111ad1547a915850c8c937e6a907d054cc..ab67e2c5f6a3ab5f53ae5eb0624b28102f91f79a 100644 (file)
@@ -3,9 +3,8 @@ libtotemscrsaver_la_SOURCES = \
        totem-scrsaver.h \
        totem-scrsaver.c
 
-libtotemscrsaver_la_CFLAGS = \
-       -I$(top_srcdir)/lib     \
-       $(LIB_CFLAGS)           \
+libtotemscrsaver_la_CFLAGS =   \
+       $(SHELL_CORE_CFLAGS)    \
        $(DBUS_CFLAGS)          \
        $(WARNING_CFLAGS)       \
        $(DISABLE_DEPRECATED)