2 MARSHAL_GENERATED = e-data-server-ui-marshal.c e-data-server-ui-marshal.h
5 lib_LTLIBRARIES = libedataserverui-3.0.la
7 libedataserverui_3_0_la_CPPFLAGS = \
10 -I$(top_srcdir)/addressbook \
11 -I$(top_builddir)/addressbook \
12 -I$(top_srcdir)/calendar \
13 -I$(top_builddir)/calendar \
14 -DLIBEDATASERVERUI_COMPILATION \
15 -DG_LOG_DOMAIN=\"e-data-server-ui\" \
16 -DE_DATA_SERVER_UI_UIDIR=\""$(uidir)"\" \
17 $(E_DATA_SERVER_UI_CFLAGS) \
21 $(CODE_COVERAGE_CFLAGS) \
24 libedataserveruiinclude_HEADERS = \
26 e-categories-dialog.h \
27 e-categories-editor.h \
28 e-categories-selector.h \
29 e-category-completion.h \
31 e-destination-store.h \
36 e-name-selector-dialog.h \
37 e-name-selector-entry.h \
38 e-name-selector-model.h \
39 e-name-selector-list.h \
42 e-source-selector-dialog.h \
43 e-source-combo-box.h \
44 e-tree-model-generator.h \
45 e-cell-renderer-color.h
48 e_passwords_build = e-passwords-win32.c
49 e_passwords_dist = e-passwords.c
51 e_passwords_build = e-passwords.c
52 e_passwords_dist = e-passwords-win32.c
55 libedataserverui_3_0_la_SOURCES = \
56 $(MARSHAL_GENERATED) \
57 e-categories-dialog.c \
58 e-categories-editor.c \
59 e-categories-selector.c \
60 e-category-completion.c \
62 e-destination-store.c \
67 e-name-selector-dialog.c \
68 e-name-selector-entry.c \
69 e-name-selector-model.c \
70 e-name-selector-list.c \
71 $(e_passwords_build) \
73 e-source-selector-dialog.c \
74 e-source-combo-box.c \
75 e-tree-model-generator.c \
76 e-cell-renderer-color.c
78 libedataserverui_3_0_la_LIBADD = \
79 $(top_builddir)/addressbook/libebook/libebook-1.2.la \
80 $(top_builddir)/calendar/libecal/libecal-1.2.la \
81 $(top_builddir)/libedataserver/libedataserver-1.2.la \
82 $(top_builddir)/libebackend/libebackend-1.2.la \
83 $(top_builddir)/camel/libcamel-1.2.la \
84 $(E_DATA_SERVER_UI_LIBS) \
89 libedataserverui_3_0_la_LDFLAGS = \
90 -version-info $(LIBEDATASERVERUI_CURRENT):$(LIBEDATASERVERUI_REVISION):$(LIBEDATASERVERUI_AGE) $(NO_UNDEFINED) \
91 $(CODE_COVERAGE_LDFLAGS) \
94 libedataserveruiincludedir = $(privincludedir)/libedataserverui
99 pkgconfigdir = $(libdir)/pkgconfig
100 pkgconfig_DATA = libedataserverui-3.0.pc
102 BUILT_SOURCES = $(MARSHAL_GENERATED)
105 $(e_passwords_dist) \
106 e-data-server-ui-marshal.list \
107 $(pkgconfig_DATA:-3.0.pc=.pc.in)
109 CLEANFILES = $(BUILT_SOURCES)
110 DISTCLEANFILES = $(pkgconfig_DATA)
112 -include $(top_srcdir)/git.mk