## Process this file with automake to produce Makefile.in backend_LTLIBRARIES = libsampledocument.la libsampledocument_la_SOURCES = \ sample-document.c \ sample-document.h libsampledocument_la_CPPFLAGS = \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ $(AM_CPPFLAGS) libsampledocument_la_CFLAGS = \ -Wall \ $(EVINCE_SAMPLE_BACKEND_CFLAGS) \ $(AM_CFLAGS) libsampledocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libsampledocument_la_LIBADD = $(EVINCE_SAMPLE_BACKEND_LIBS) backend_DATA = sampledocument.evince-backend EXTRA_DIST = \ backend.symbols \ sampledocument.evince-backend