From kde-commits Wed Feb 09 09:27:10 2005 From: Will Stephenson Date: Wed, 09 Feb 2005 09:27:10 +0000 To: kde-commits Subject: kdenetwork/kopete/plugins Message-Id: <20050209092710.611161CF92 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110794125201341 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)