CVS commit by wstephens: Conditionally include smpppdcs in compile. Thanks Heiko. CCMAIL: heiko@rangun.de M +5 -1 Makefile.am 1.32 --- kdenetwork/kopete/plugins/Makefile.am #1.31:1.32 @@ -3,6 +3,10 @@ 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 + statistics $(SMPPPDCS_SUBDIR)