From: Dana Jansens Date: Fri, 11 Apr 2003 06:02:36 +0000 (+0000) Subject: add the new cwmcc stuff X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=585ecc73b55103d9d3585c87e5df57f29ea22fcc;p=chaz%2Fopenbox add the new cwmcc stuff --- diff --git a/build/Makefile.cwmcc b/build/Makefile.cwmcc index 8ee2e77d..43601725 100644 --- a/build/Makefile.cwmcc +++ b/build/Makefile.cwmcc @@ -6,7 +6,7 @@ CPPFLAGS += $(GLIB_CFLAGS) $(XFT_CFLAGS) -DG_LOG_DOMAIN=\"CWMCC\" LIBS += $(GLIB_LIBS) target = libcwmcc.la -sources = cwmcc.c atom.c +sources = cwmcc.c atom.c prop.c client_props.c srcdir := $(srcdir)/$(dir) target := $(addprefix $(dir)/, $(target))