blob: f3e3fbe989e8f2212d8a944fe15a04cc7e52807d (
plain)
1
2
3
4
5
6
|
# Makefile included in Makefile.am in every subdirectory
INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../../include -I../../include
# Don't update the files from bitkeeper
%::SCCS/s.%
|