aboutsummaryrefslogblamecommitdiffstats
path: root/calendar/Makefile.am
blob: f08e48d566671a48a3cab998aee3e2093f4035bb (plain) (tree)
1
2
3
4
5
6
7
8
9


                                  
                        
                   
     
 
                           
                                
 
                 
 
                                 
                                 
                                 
                                 

               


                                             
                             

                             

SUBDIRS = idl common importers gui

if ENABLE_PILOT_CONDUITS
SUBDIRS += conduits
endif

error_DATA = calendar.error
errordir = $(privdatadir)/errors

@EVO_PLUGIN_RULE@

EXTRA_DIST =            \
    calendar.error.xml  \
    ChangeLog.pre-1-4   \
    $(error_DATA)       \
    zones.h

dist-hook:
    cd $(distdir); rm -f $(BUILT_SOURCES)

BUILT_SOURCES = $(error_DATA)

CLEANFILES = $(BUILT_SOURCES)