More debug-logging for loading fontsets
[notion/jeffpc.git] / mod_sm / Makefile
blobc33f819251c3bba95ded8fc642f4f9e87d08b233
1 ##
2 ## Session management support module Makefile
3 ##
5 # System-specific configuration is in system.mk
6 TOPDIR=..
7 include $(TOPDIR)/build/system-inc.mk
9 ######################################
11 INCLUDES += $(X11_INCLUDES) $(LIBTU_INCLUDES) $(LIBEXTL_INCLUDES) -I..
12 CFLAGS += $(XOPEN_SOURCE) $(C99_SOURCE)
13 LIBS += $(X11_LIBS) -lSM -lICE
15 SOURCES=sm.c sm_matchwin.c sm_session.c
17 MAKE_EXPORTS=mod_sm
19 MODULE=mod_sm
21 ######################################
23 include $(TOPDIR)/build/rules.mk
25 ######################################
27 _install: module_install