diff options
Diffstat (limited to 'Build/source/libs/poppler/poppler-0.12.4/glib/demo/Makefile.am')
-rw-r--r-- | Build/source/libs/poppler/poppler-0.12.4/glib/demo/Makefile.am | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/Build/source/libs/poppler/poppler-0.12.4/glib/demo/Makefile.am b/Build/source/libs/poppler/poppler-0.12.4/glib/demo/Makefile.am deleted file mode 100644 index 4c301de525e..00000000000 --- a/Build/source/libs/poppler/poppler-0.12.4/glib/demo/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ -INCLUDES = \ - -I$(top_srcdir)/glib \ - -I$(top_builddir)/glib \ - $(GTK_TEST_CFLAGS) \ - $(POPPLER_GLIB_DISABLE_DEPRECATED) \ - -DGTK_DISABLE_DEPRECATED \ - $(POPPLER_GLIB_DISABLE_SINGLE_INCLUDES) - -AM_LDFLAGS = @auto_import_flags@ - -if BUILD_GTK_TEST -noinst_PROGRAMS = poppler-glib-demo -endif - -poppler_glib_demo_SOURCES = \ - main.c \ - annots.h \ - annots.c \ - attachments.c \ - attachments.h \ - find.h \ - find.c \ - fonts.h \ - fonts.c \ - forms.h \ - forms.c \ - images.h \ - images.c \ - info.h \ - info.cc \ - layers.h \ - layers.c \ - links.h \ - links.c \ - outline.h \ - outline.c \ - page.h \ - page.c \ - render.h \ - render.c \ - text.h \ - text.c \ - transitions.h \ - transitions.c \ - utils.h \ - utils.c - -LDADD = \ - $(top_builddir)/glib/libpoppler-glib.la \ - $(top_builddir)/poppler/libpoppler.la \ - $(GTK_TEST_LIBS) |