X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=properties%2FMakefile.am;h=5f9b65d1fcbc7953709910ccff081a2629bfefe8;hb=1ba681aa9eb43a60f0a01c1939e70f9f6de755c7;hp=e00edd80f59a7250e5c84110043caf00a146c3cc;hpb=ffd47fa767f69c0b534037a6e067534d7d2345c9;p=evince.git diff --git a/properties/Makefile.am b/properties/Makefile.am index e00edd80..5f9b65d1 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -1,20 +1,17 @@ -NULL= - INCLUDES= \ -DDATADIR=\"$(pkgdatadir)\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -I$(top_srcdir)/backend \ - $(PROPERTIES_CFLAGS) \ + $(FRONTEND_CFLAGS) \ $(NAUTILUS_CFLAGS) \ - $(EVINCE_DISABLE_DEPRECATED) \ - $(NULL) + $(DISABLE_DEPRECATED) \ + $(WARN_CFLAGS) noinst_LTLIBRARIES = libevproperties.la libevproperties_la_SOURCES= \ ev-properties-view.c \ - ev-properties-view.h \ - $(NULL) + ev-properties-view.h if HAVE_NAUTILUS EVINCE_PROPERTIES_PAGE = libevince-properties-page.la @@ -29,9 +26,8 @@ libevince_properties_page_la_CFLAGS = -I$(top_srcdir) libevince_properties_page_la_SOURCES = \ ev-properties-main.c -libevince_properties_page_la_LIBADD = \ - $(PROPERTIES_LIBS) \ - libevproperties.la \ - $(top_builddir)/shell/libevbackendfactory.la \ - $(top_builddir)/lib/libev.la \ - -ltiff -lz +libevince_properties_page_la_LIBADD = \ + $(FRONTEND_LIBS) \ + $(NAUTILUS_LIBS) \ + $(top_builddir)/lib/libev.la \ + libevproperties.la