diff options
Diffstat (limited to 'build/Makefile.cwmcc')
| -rw-r--r-- | build/Makefile.cwmcc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Makefile.cwmcc b/build/Makefile.cwmcc index 5593519c..312d7fb3 100644 --- a/build/Makefile.cwmcc +++ b/build/Makefile.cwmcc @@ -3,9 +3,10 @@ include build/Makefile.incl dir = cwmcc CPPFLAGS += $(GLIB_CFLAGS) $(XFT_CFLAGS) -DG_LOG_DOMAIN=\"CWMCC\" +LIBS += $(GLIB_LIBS) target = libcwmcc.la -sources = cwmcc.c +sources = cwmcc.c atom.c srcdir := $(srcdir)/$(dir) target := $(addprefix $(dir)/, $(target)) |
