10 lines
220 B
Makefile
10 lines
220 B
Makefile
SUBDIRS = idl evolution-services component test-service
|
|
|
|
oafdir = $(datadir)/oaf
|
|
oaf_DATA = GNOME_Evolution_Summary.oafinfo
|
|
|
|
htmldir = $(datadir)/evolution
|
|
html_DATA = summary.html
|
|
|
|
EXTRA_DIST = $(oaf_DATA) $(html_DATA)
|