Remove the Bonobo factory
[platform/upstream/evolution-data-server.git] / Makefile.am
1 ACLOCAL_AMFLAGS=-I m4
2
3 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
4
5 if ENABLE_CALENDAR
6 CALENDAR_DIR = calendar
7 endif
8
9 SUBDIRS = win32 libedataserver libebackend servers camel addressbook $(CALENDAR_DIR) libedataserverui docs art po
10 DIST_SUBDIRS = win32 libedataserver libebackend servers camel addressbook calendar libedataserverui docs art po
11
12 changelogs =                    \
13         ChangeLog
14
15 %-$(API_VERSION).pc: %.pc
16          cp $< $@
17
18 pkgconfigdir = $(libdir)/pkgconfig
19 pkgconfig_DATA = evolution-data-server-$(API_VERSION).pc
20
21 EXTRA_DIST =                                            \
22         AUTHORS                                         \
23         $(changelogs)                                   \
24         README                                          \
25         HACKING                                         \
26         MAINTAINERS                                     \
27         TODO                                            \
28         NEWS                                            \
29         marshal.mk                                      \
30         iconv-detect.c                                  \
31         intltool-merge.in                               \
32         intltool-update.in                              \
33         intltool-extract.in                             \
34         evolution-data-server-zip.in                    \
35         $(pkgconfig_DATA:-$(API_VERSION).pc=.pc.in)
36
37 DISTCLEANFILES = \
38         intltool-extract                                \
39         intltool-merge                                  \
40         intltool-update                                 \
41         iconv-detect.h                                  \
42         $(pkgconfig_DATA)
43