]> git.decadent.org.uk Git - ion3.git/blob - mod_sm/Makefile
Update cfg_kludge_flash for Flash 10
[ion3.git] / mod_sm / Makefile
1 ##
2 ## Session management support module Makefile
3 ##
4
5 # System-specific configuration is in system.mk
6 TOPDIR=..
7 include $(TOPDIR)/build/system-inc.mk
8
9 ######################################
10
11 INCLUDES += $(X11_INCLUDES) $(LIBTU_INCLUDES) $(LIBEXTL_INCLUDES) -I..
12 CFLAGS += $(XOPEN_SOURCE) $(C99_SOURCE)
13 LIBS += $(X11_LIBS) -lSM -lICE
14
15 SOURCES=sm.c sm_matchwin.c sm_session.c
16
17 MAKE_EXPORTS=mod_sm
18
19 MODULE=mod_sm
20
21 ######################################
22
23 include $(TOPDIR)/build/rules.mk
24
25 ######################################
26
27 _install: module_install