From 51e27c03cfc53b8070f2d020c033fdce383116af Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 9 Apr 2003 21:24:58 +0000 Subject: set up the atoms in cwmcc --- build/Makefile.cwmcc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/Makefile.cwmcc') 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)) -- cgit v1.2.3