Fix resizing of dock windows managed by mod_statusbar
[notion.git] / mod_notionflux / Makefile
blobdee2f8c062c355944b41741bbd50e8b3416eabdd
1 ##
2 ## mod_notionflux Makefile
3 ##
5 # System-specific configuration is in system.mk
6 TOPDIR=..
7 include $(TOPDIR)/build/system-inc.mk
9 ######################################
11 INSTALL_SUBDIRS = notionflux
12 SUBDIRS = $(INSTALL_SUBDIRS)
14 ######################################
16 INCLUDES += $(X11_INCLUDES) -I$(TOPDIR)
17 CFLAGS += $(XOPEN_SOURCE) $(C99_SOURCE)
19 SOURCES=mod_notionflux.c
21 MODULE=mod_notionflux
23 ######################################
25 include $(TOPDIR)/build/rules.mk
27 ######################################
29 _install: module_install