build: remove autotools build system

Now that we are post-3.26, we are removing the legacy autotools
build system in favor of meson.

Please report any errors you have so that we can ensure this is
ready for GNOME 3.28.
This commit is contained in:
Christian Hergert
2017-09-15 17:44:23 -07:00
parent 23a9697af4
commit 3e5a2af1b4
77 changed files with 0 additions and 17522 deletions

View File

@ -1,20 +0,0 @@
bin_PROGRAMS = sysprof-cli
noinst_PROGRAMS = sysprof-dump
EXTRA_DIST = meson.build
AM_CPPFLAGS = \
$(GIO_CFLAGS) \
-I$(top_srcdir)/lib \
-I$(top_builddir)/lib
sysprof_cli_SOURCES = sysprof-cli.c
sysprof_cli_LDADD = \
$(GIO_LIBS) \
$(top_builddir)/lib/libsysprof-@API_VERSION@.la
sysprof_dump_SOURCES = sysprof-dump.c
sysprof_dump_LDADD = \
$(GIO_LIBS) \
$(top_builddir)/lib/libsysprof-@API_VERSION@.la
-include $(top_srcdir)/git.mk