X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_statusbar%2FMakefile;h=b94da9e48da454de0f34d0ad0f4980f698ef4a9b;hb=562cb4d37ba7667ac846fc3d426b152d21ef2c22;hp=0a13f4d2a496249031b16c4c5d30721e2b96ffda;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/mod_statusbar/Makefile b/mod_statusbar/Makefile index 0a13f4d..b94da9e 100644 --- a/mod_statusbar/Makefile +++ b/mod_statusbar/Makefile @@ -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