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