X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=previewer%2FMakefile.am;h=b6fdcb10231726959c0a75491c21fece8704e291;hb=212d9a536bc60e711b779feb5e8aa33db654997d;hp=3744c628ebe83bef1ac4cf993db12ab1772fa002;hpb=6b0627d3a1dd1b8cbe56a6d86b26402d431b3989;p=evince.git diff --git a/previewer/Makefile.am b/previewer/Makefile.am index 3744c628..b6fdcb10 100644 --- a/previewer/Makefile.am +++ b/previewer/Makefile.am @@ -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,10 @@ 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) + +-include $(top_srcdir)/git.mk