blob: 3a3a9564acff60b40acfc93da4ac3a4ae9afad59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
##
## Do NOT remove the comments that start with "tdevelop:"
## They are actually directives to the tdevelop plugin system
##
## The include_xxxx variables are controlled by configure.in.in
##
#tdevelop: VISUALBOYADVANCE_SUBDIR = visualboyadvance
if include_vba
VISUALBOYADVANCE_SUBDIR = visualboyadvance
endif
SUBDIRS = $(VISUALBOYADVANCE_SUBDIR)
|