]> www.fi.muni.cz Git - evince.git/blobdiff - properties/Makefile.am
Some more cleanups. Was really necessary but I probably introduced bugs,
[evince.git] / properties / Makefile.am
index b5864b162baf0f3f3da9bd4d0f647c513c3e4c3f..5f824aa2770d8285a76a9b7c9e59d6fd0e03aa80 100644 (file)
@@ -6,7 +6,8 @@ INCLUDES=                                       \
        -I$(top_srcdir)/backend                 \
        $(PROPERTIES_CFLAGS)                    \
        $(NAUTILUS_CFLAGS)                      \
        -I$(top_srcdir)/backend                 \
        $(PROPERTIES_CFLAGS)                    \
        $(NAUTILUS_CFLAGS)                      \
-       $(EVINCE_DISABLE_DEPRECATED)            \
+       $(DISABLE_DEPRECATED)                   \
+       $(WARN_CFLAGS)                          \
        $(NULL)
 
 noinst_LTLIBRARIES = libevproperties.la
        $(NULL)
 
 noinst_LTLIBRARIES = libevproperties.la
@@ -16,6 +17,8 @@ libevproperties_la_SOURCES=                   \
        ev-properties-view.h                    \
        $(NULL)
 
        ev-properties-view.h                    \
        $(NULL)
 
+libevproperties_la_LIBADD = $(PROPERTIES_LIBS)
+
 if HAVE_NAUTILUS
 EVINCE_PROPERTIES_PAGE = libevince-properties-page.la
 else
 if HAVE_NAUTILUS
 EVINCE_PROPERTIES_PAGE = libevince-properties-page.la
 else
@@ -33,5 +36,4 @@ libevince_properties_page_la_LIBADD =                         \
        $(PROPERTIES_LIBS)                              \
        libevproperties.la                              \
        $(top_builddir)/backend/libevbackend.la         \
        $(PROPERTIES_LIBS)                              \
        libevproperties.la                              \
        $(top_builddir)/backend/libevbackend.la         \
-       $(top_builddir)/lib/libev.la                    \
-       -ltiff -lz
+       $(top_builddir)/lib/libev.la