]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_statusbar/Makefile
Added workaround for Flash full-screen bug (#462690).
[ion3.git] / mod_statusbar / Makefile
index 0a13f4d2a496249031b16c4c5d30721e2b96ffda..b94da9e48da454de0f34d0ad0f4980f698ef4a9b 100644 (file)
@@ -11,10 +11,7 @@ include $(TOPDIR)/build/system-inc.mk
 INCLUDES += $(X11_INCLUDES) $(LIBTU_INCLUDES) $(LIBEXTL_INCLUDES) -I..
 CFLAGS += $(XOPEN_SOURCE) $(C99_SOURCE)
 
-SOURCES = main.c statusbar.c draw.c
-
-SUBDIRS = ion-statusd
-INSTALL_SUBDIRS = $(SUBDIRS)
+SOURCES = main.c statusbar.c draw.c statusd-launch.c
 
 MAKE_EXPORTS = mod_statusbar
 
@@ -27,8 +24,5 @@ include $(TOPDIR)/build/rules.mk
 
 ######################################
 
-_install: module_install symlink_install
+_install: module_install 
 
-symlink_install:
-       rm -f $(LCDIR)/ext_statusbar.lc
-       ln -s mod_statusbar.lc $(LCDIR)/ext_statusbar.lc