lutin... release soname patch. verbose svn soname used right now
[profile/ivi/ecore.git] / src / lib / ecore_x / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 if BUILD_ECORE_X
4
5 SUBDIRS = xlib xcb
6
7 if BUILD_ECORE_X_XCB
8 DEP = xcb/libecore_x_xcb.la
9 else
10 DEP = xlib/libecore_x_xlib.la
11 endif
12
13 AM_CPPFLAGS = \
14 -I$(top_srcdir)/src/lib/ecore \
15 -I$(top_srcdir)/src/lib/ecore_txt \
16 -I$(top_builddir)/src/lib/ecore \
17 -I$(top_builddir)/src/lib/ecore_txt \
18 @EINA_CFLAGS@
19
20 lib_LTLIBRARIES = libecore_x.la
21
22 libecore_x_la_SOURCES =
23
24 libecore_x_la_LIBADD = $(DEP) \
25 @EINA_LIBS@
26
27 libecore_x_la_LDFLAGS = -version-info @version_info@ @ecore_x_release_info@
28
29 libecore_x_la_DEPENDENCIES = $(DEP)
30
31 include_HEADERS = \
32 Ecore_X.h \
33 Ecore_X_Atoms.h \
34 Ecore_X_Cursor.h
35
36 endif
37
38 EXTRA_DIST = ecore_x_atoms_decl.h