diff options
Diffstat (limited to 'calendar/idl')
-rw-r--r-- | calendar/idl/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/idl/Makefile.am b/calendar/idl/Makefile.am new file mode 100644 index 0000000000..ec6b4e45f0 --- /dev/null +++ b/calendar/idl/Makefile.am @@ -0,0 +1,7 @@ +idldir = $(datadir)/idl + +idl_DATA = \ + evolution-calendar.idl + +EXTRA_DIST = \ + $(idl_DATA) |