MAINTAINERCLEANFILES = Makefile.in
-AM_CPPFLAGS = -I./rotation
+AM_CPPFLAGS = -I./rotation \
+ -I./services
MODULE = e-mod-tizen-wm-policy
rotation/e_mod_rotation_settings.c \
rotation/e_mod_rotation_settings.h
+SRVS_SRC = services/e_mod_quickpanel.c \
+ services/e_mod_quickpanel.h \
+ services/e_mod_lockscreen.h \
+ services/e_mod_lockscreen.c \
+ services/e_mod_transit.c \
+ services/e_mod_transit.h \
+ services/e_mod_gesture.c \
+ services/e_mod_gesture.h \
+ services/e_mod_region.h \
+ services/e_mod_region.c
+
if HAVE_AUTO_ROTATION
ROT_SRC += rotation/e_mod_sensord.c \
rotation/e_mod_sensord.h
WL_SRC += e_mod_wl.c \
e_mod_wl.h \
tizen_policy_ext-protocol.c \
- tizen_policy_ext-server-protocol.h \
- e_mod_quickpanel.c \
- e_mod_quickpanel.h \
- e_mod_volume.c \
- e_mod_volume.h \
- e_mod_lockscreen.c \
- e_mod_lockscreen.h \
- e_mod_gesture.c \
- e_mod_gesture.h
+ tizen_policy_ext-server-protocol.h
ROT_SRC += rotation/e_mod_rotation_wl.c \
rotation/e_mod_rotation_wl.h
+
+SRVS_SRC += services/e_mod_volume.c \
+ services/e_mod_volume.h
endif
module_la_SOURCES = e_mod_config.c \
e_mod_keyboard.h \
e_mod_stack.c \
e_mod_private_data.h \
- e_mod_transit.c \
- e_mod_transit.h \
e_mod_transform_mode.c \
e_mod_transform_mode.h \
- e_mod_region.c \
- e_mod_region.h \
$(WL_SRC) \
- $(ROT_SRC)
+ $(ROT_SRC) \
+ $(SRVS_SRC)
module_la_LIBADD =
module_la_CFLAGS = @ENLIGHTENMENT_CFLAGS@ @TZSH_SERVER_CFLAGS@ @TTRACE_CFLAGS@ @CYNARA_CFLAGS@