blob: 8b817465c75b4cb09d4ecc7eb27699049990f57d (
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) netmeeting addbookmarks\
statistics $(SMPPPDCS_SUBDIR)
|