]> www.fi.muni.cz Git - evince.git/blobdiff - properties/Makefile.am
*** empty log message ***
[evince.git] / properties / Makefile.am
index b5864b162baf0f3f3da9bd4d0f647c513c3e4c3f..b0f39e1d5f321cc641dd6d815d74fd6c39d01d0a 100644 (file)
@@ -6,7 +6,8 @@ INCLUDES=                                       \
        -I$(top_srcdir)/backend                 \
        $(PROPERTIES_CFLAGS)                    \
        $(NAUTILUS_CFLAGS)                      \
-       $(EVINCE_DISABLE_DEPRECATED)            \
+       $(DISABLE_DEPRECATED)                   \
+       $(WARN_CFLAGS)                          \
        $(NULL)
 
 noinst_LTLIBRARIES = libevproperties.la
@@ -16,6 +17,8 @@ libevproperties_la_SOURCES=                   \
        ev-properties-view.h                    \
        $(NULL)
 
+libevproperties_la_LIBADD = $(PROPERTIES_LIBS)
+
 if HAVE_NAUTILUS
 EVINCE_PROPERTIES_PAGE = libevince-properties-page.la
 else