diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-07-18 23:04:22 -0400 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2018-08-28 12:27:21 +0200 |
commit | 0b357c8429205571574735318a2b5bb08d632b7c (patch) | |
tree | 54561b7e93275c0a8d662becfb0d8a86e43a7f2f /examples | |
parent | fac476c2bbf82732efa2ae8eb0d6037c719a6859 (diff) | |
download | pango-0b357c8429205571574735318a2b5bb08d632b7c.tar.gz |
Drop autotools
We will just use meson from now on.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am deleted file mode 100644 index 4cb54baf..00000000 --- a/examples/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -## Process this file with automake to create Makefile.in. - -EXTRA_DIST = \ - pangowin32tobmp.c - -INCLUDES = \ - -I$(top_srcdir) \ - $(PANGO_DEBUG_FLAGS) \ - $(GLIB_CFLAGS) \ - $(XFT_CFLAGS) \ - $(CAIRO_CFLAGS) \ - $(FREETYPE_CFLAGS) \ - $(X_CFLAGS) - -noinst_PROGRAMS = - -if HAVE_CAIRO_PNG -noinst_PROGRAMS += cairosimple cairotwisted cairoshape - -cairosimple_LDADD = \ - -lm \ - ../pango/libpango-$(PANGO_API_VERSION).la \ - ../pango/libpangocairo-$(PANGO_API_VERSION).la \ - $(GLIB_LIBS) \ - $(CAIRO_LIBS) -if HAVE_FREETYPE -cairosimple_LDADD += \ - ../pango/libpangoft2-$(PANGO_API_VERSION).la -endif -cairotwisted_LDADD = $(cairosimple_LDADD) -cairoshape_LDADD = $(cairosimple_LDADD) -endif - --include $(top_srcdir)/git.mk |