summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-11 06:02:36 +0000
committerDana Jansens <danakj@orodu.net>2003-04-11 06:02:36 +0000
commit585ecc73b55103d9d3585c87e5df57f29ea22fcc (patch)
tree9630fe0bd9c1feea91c3ea4e2c543a455ea0d0e4 /build
parent43f01ee9f081c8cb473c3358bbc02f758ab0014b (diff)
add the new cwmcc stuff
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.cwmcc2
1 files changed, 1 insertions, 1 deletions
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))