]> git.decadent.org.uk Git - ion3.git/blob - mod_statusbar/Makefile
Update cfg_kludge_flash for Flash 10
[ion3.git] / mod_statusbar / Makefile
1 ##
2 ## Ion mod_statusbar 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
14 SOURCES = main.c statusbar.c draw.c statusd-launch.c
15
16 MAKE_EXPORTS = mod_statusbar
17
18 MODULE = mod_statusbar
19 MODULE_STUB = mod_statusbar.lua
20
21 ######################################
22
23 include $(TOPDIR)/build/rules.mk
24
25 ######################################
26
27 _install: module_install 
28