diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-11 06:02:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-11 06:02:36 +0000 |
| commit | 585ecc73b55103d9d3585c87e5df57f29ea22fcc (patch) | |
| tree | 9630fe0bd9c1feea91c3ea4e2c543a455ea0d0e4 /build | |
| parent | 43f01ee9f081c8cb473c3358bbc02f758ab0014b (diff) | |
add the new cwmcc stuff
Diffstat (limited to 'build')
| -rw-r--r-- | build/Makefile.cwmcc | 2 |
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)) |
