X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=lib%2FMakefile.am;h=ef5ac4b461b6ce9bc3a2a7d9d07cdca2cae23df1;hb=73305037e28c5b252ffc5410eb5609d597088caf;hp=6bcfc2e7e98b8222d473165cc466c0f05db89c74;hpb=11368f9b50db86ce4f2ae0b549fb575a19af2a74;p=evince.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 6bcfc2e7..ef5ac4b4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,17 +1,19 @@ -NULL= - -INCLUDES= \ - -DEVINCE_UIDIR=\"$(pkgdatadir)\" \ - -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ - $(SHELL_CFLAGS) \ - $(EVINCE_DISABLE_DEPRECATED) \ - $(NULL) +INCLUDES = \ + $(LIB_CFLAGS) \ + $(WARN_CFLAGS) \ + $(DISABLE_DEPRECATED) noinst_LTLIBRARIES = libev.la -libev_la_SOURCES= \ +libev_la_SOURCES = \ ev-debug.c \ ev-debug.h \ ev-file-helpers.c \ ev-file-helpers.h \ - $(NULL) + ev-gui.c \ + ev-gui.h \ + ev-tooltip.c \ + ev-tooltip.h + +libev_la_LIBADD = \ + $(top_builddir)/backend/libevbackend.la