Tizen 2.1 release
[platform/core/uifw/e17.git] / src / modules / illume2 / policies / illume / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2 MODULE = illume2
3 POLICY = illume
4
5 # the module .so file
6 INCLUDES = -I.. \
7            -I$(top_srcdir) \
8            -I$(top_srcdir)/src/modules/$(MODULE) \
9            -I$(top_srcdir)/src/modules/$(MODULE)/policies/$(POLICY) \
10            -I$(top_srcdir)/src/bin \
11            -I$(top_builddir)/src/bin \
12            -I$(top_srcdir)/src/modules \
13            @e_cflags@
14
15 plugindir = $(libdir)/enlightenment/modules/$(MODULE)/policies
16
17 illumedir = $(plugindir)
18 illume_LTLIBRARIES = illume.la
19 illume_la_SOURCES = \
20                   policy.h \
21                   policy.c \
22                   illume.h \
23                   illume.c
24
25 illume_la_LIBADD = @e_libs@
26 illume_la_LDFLAGS = -module -avoid-version
27 illume_la_LIBTOOLFLAGS = --tag=disable-static