Skip to content
Snippets Groups Projects
Commit a4b0216c authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

this file will be included into all Makefile.am so that we can extend

automake more easily

[[Imported from SVN: r2145]]
parent f85d64d2
No related branches found
No related tags found
No related merge requests found
# -*- Makefile -*-
# $Id$
#
# this file should be included into any Makefile.am so that we can
# easily introduce new global rules. DO NOT OVERUSE!
#
# add "sourcescheck"-target testing if all source files are mentioned
include $(top_srcdir)/am/sourcescheck
# prevent "make check" if libdune does not yet exist
include $(top_srcdir)/am/no-check-without-lib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment