summaryrefslogtreecommitdiff
path: root/source3/script/expand-includes.pl
AgeCommit message (Collapse)AuthorFilesLines
2013-05-27build: Remove unused expand-includes.plAndrew Bartlett1-30/+0
We no longer have makefiles with includes. Andrew Bartlett Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
2009-01-21expand-includes: Add simple protection against infinite recursion.Jelmer Vernooij1-0/+5
2009-01-21Automagically expand includes in Makefile.in during configure timeJelmer Vernooij1-0/+25
when make is not GNU Make.