You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
293 B
22 lines
293 B
if include_meanwhile
|
|
MEANWHILE=meanwhile
|
|
endif
|
|
|
|
if include_gadu
|
|
GADU=gadu
|
|
endif
|
|
|
|
if include_jabber
|
|
JABBER=jabber
|
|
endif
|
|
|
|
if include_testbed
|
|
TESTBED=testbed
|
|
endif
|
|
|
|
if include_smsgsm
|
|
SMS=sms
|
|
endif
|
|
|
|
SUBDIRS = $(TESTBED) groupwise msn irc oscar yahoo winpopup $(SMS) $(JABBER) $(GADU) $(MEANWHILE)
|