]> www.fi.muni.cz Git - evince.git/blobdiff - previewer/Makefile.am
[dualscreen] presentation wrapper and window placement
[evince.git] / previewer / Makefile.am
index ea5296e5ccfea10f8c9d4eaa05090468b01c7b48..b6fdcb10231726959c0a75491c21fece8704e291 100644 (file)
@@ -7,13 +7,12 @@ evince_previewer_SOURCES = \
        ev-previewer-window.c
 
 evince_previewer_CPPFLAGS = \
-       -DDATADIR=\"$(pkgdatadir)\"             \
+       -DEVINCEDATADIR=\"$(pkgdatadir)\"       \
        -I$(top_srcdir)                         \
        -I$(top_builddir)                       \
         -I$(top_srcdir)/libdocument             \
         -I$(top_srcdir)/libview                 \
        -I$(top_srcdir)/libmisc                 \
-       -DGNOMELOCALEDIR=\"$(datadir)/locale\"  \
        $(AM_CPPFLAGS)
 
 evince_previewer_CFLAGS = \
@@ -29,8 +28,8 @@ evince_previewer_LDFLAGS += -mwindows
 endif
 
 evince_previewer_LDADD = \
-       $(top_builddir)/libdocument/libevdocument.la    \
-       $(top_builddir)/libview/libevview.la            \
+       $(top_builddir)/libdocument/libevdocument3.la   \
+       $(top_builddir)/libview/libevview3.la           \
        $(top_builddir)/libmisc/libevmisc.la            \
        $(PREVIEWER_LIBS)