diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-11 21:27:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-11 21:27:03 +0000 |
| commit | 6b95bf33363f73d198da2f515f2f9f6bef2278c8 (patch) | |
| tree | cba1c63dfa36730842f5c745fad973792f66902e /build | |
| parent | 6011fe9c952b91a7f6f8b341e9a2897805bf3725 (diff) | |
add getting of some root properties
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 43601725..7ad79615 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 prop.c client_props.c +sources = cwmcc.c atom.c prop.c client_props.c root_props.c srcdir := $(srcdir)/$(dir) target := $(addprefix $(dir)/, $(target)) |
