2000-03-01 Federico Mena Quintero <federico@helixcode.com> At this point the calendar client and personal calendar server files were moved to the idl/, cal-client/, and pcs/ directories. * idl/Makefile.am: New file. * cal-client/Makefile.am: New file. Moved the libcal-client stuff from calendar/Makefile.am to here. * Makefile.am (SUBDIRS): Added the idl and cal-client directories. svn path=/trunk/; revision=2003
8 lines
95 B
Makefile
8 lines
95 B
Makefile
idldir = $(datadir)/idl
|
|
|
|
idl_DATA = \
|
|
evolution-calendar.idl
|
|
|
|
EXTRA_DIST = \
|
|
$(idl_DATA)
|