[Kde-imaging] extragear/libs/kipi-plugins

Fabien Salvi fabien.ubuntu at gmail.com
Mon May 21 11:28:20 CEST 2007


SVN commit 666920 by fsalvi:

Prevent calendar from being compiled when libkcal test is negative.

CCMAIL: kde-imaging at kde.org



 M  +6 -2      Makefile.am  


--- trunk/extragear/libs/kipi-plugins/Makefile.am #666919:666920
@@ -24,11 +24,15 @@
 IPODEXPORTDIR = ipodexport
 endif
 
-SUBDIRS = common printwizard calendar mpegencoder cdarchiving simpleviewerexport \
+if compile_CALENDAR
+CALENDARDIR = calendar
+endif
+
+SUBDIRS = common printwizard mpegencoder cdarchiving simpleviewerexport \
 	      sendimages batchprocessimages wallpaper findimages galleryexport flickrexport \
 	      jpeglossless timeadjust gpssync metadataedit imageviewer \
 	      $(SLIDESHOWDIR) $(KAMERAKLIENTDIR) $(ACQUIREIMAGESDIR) $(RAWCONVERTERDIR) \
-	      $(HTMLEXPORTDIR) $(IPODEXPORTDIR) 
+	      $(HTMLEXPORTDIR) $(IPODEXPORTDIR) $(CALENDARDIR)
 
 rcdir = $(kde_datadir)/kipi
 rc_DATA = tips


More information about the Kde-imaging mailing list