blob: ca0d01887c769d1da61aaa9319cca5d3a7ddbd18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if include_motionautoaway
MOTIONAUTOAWAY_SUBDIR=motionautoaway
endif
if include_smpppdcs
SMPPPDCS_SUBDIR=smpppdcs
endif
SUBDIRS = latex autoreplace history contactnotes cryptography\
connectionstatus translator nowlistening webpresence texteffect\
highlight alias $(MOTIONAUTOAWAY_SUBDIR) addbookmarks\
statistics $(SMPPPDCS_SUBDIR)
|