build: get rid of specialized makefile snippets

mutter won't have them, and we don't need them
This commit is contained in:
Ray Strode
2016-01-12 15:39:20 -05:00
committed by Rui Matos
parent ed0051d0b4
commit 7bd9bc2913
14 changed files with 0 additions and 327 deletions

View File

@ -1,5 +1,3 @@
include $(top_srcdir)/build/autotools/Makefile.am.silent
SUBDIRS = examples
NULL =

View File

@ -1,5 +1,3 @@
include $(top_srcdir)/build/autotools/Makefile.am.silent
NULL =
EXTRA_DIST =
@ -140,5 +138,3 @@ EXTRA_DIST += $(ui_data) $(img_data)
examples_DATA += $(ui_data) $(img_data) $(srcdir)/*.c $(srcdir)/*.h
noinst_PROGRAMS += $(all_examples)
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore