X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=impress%2FMakefile.am;h=02305f3fd369b7d6c4198685e05dd8e77f1e0e1f;hb=HEAD;hp=3740855bf214fd5d2063bacc9991be75a338fbbc;hpb=f00b898dd13b85e510188714f6b9d9a349d23ed2;p=evince.git diff --git a/impress/Makefile.am b/impress/Makefile.am deleted file mode 100644 index 3740855b..00000000 --- a/impress/Makefile.am +++ /dev/null @@ -1,38 +0,0 @@ -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/backend \ - $(SHELL_CFLAGS) \ - -DDATADIR=\""$(datadir)"\" - -noinst_LTLIBRARIES = libimpressdocument.la - -libimpressdocument_la_SOURCES = \ - $(IMPOSTER_SOURCE_FILES) \ - $(IMPOSTER_INCLUDE_FILES) \ - impress-document.c \ - impress-document.h - -IMPOSTER_SOURCE_FILES = \ - document.c \ - f_oasis.c \ - f_oo13.c \ - iksemel.c \ - r_back.c \ - r_draw.c \ - render.c \ - r_geometry.c \ - r_gradient.c \ - r_style.c \ - r_text.c \ - zip.c -IMPOSTER_INCLUDE_FILES = \ - common.h \ - iksemel.h \ - imposter.h \ - internal.h \ - zip.h -IMPOSTER_RENDER_SOURCE_FILES = \ - render.c -IMPOSTER_RENDER_INCLUDE_FILES = \ - render.h -