mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
# any directories which should be built and installed.
|
|
SUBDIRS = d
|
|
|
|
if HAVE_PYTHON
|
|
SUBDIRS += python
|
|
endif
|