10 lines
153 B
Makefile
10 lines
153 B
Makefile
|
# Process this file with automake to produce Makefile.in
|
||
|
|
||
|
NULL =
|
||
|
SUBDIRS = \
|
||
|
in-house \
|
||
|
text-rendering-tests \
|
||
|
$(NULL)
|
||
|
|
||
|
-include $(top_srcdir)/git.mk
|