From e6026ed9a5026e0e3fa350cdf3615afb4dc18bce Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 15 Nov 2002 00:23:33 +0000 Subject: [PATCH] build otk_test --- otk/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/otk/Makefile.am b/otk/Makefile.am index a31f1098..f8614b66 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -14,6 +14,9 @@ MAINTAINERCLEANFILES= Makefile.in distclean-local: rm -f *\~ *.orig *.rej .\#* +otk_test: + $(CXX) $(CPPFLAGS) -DHAVE_CONFIG_H -I. -I. -I.. -I../src $(XFT_CFLAGS) -Wall -W -pedantic -DNDEBUG -g -O2 -o otk_test otk_test.cc $(XFT_LIBS) ./libotk.a + # local dependencies color.o: color.cc color.hh display.hh screeninfo.hh rect.hh gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \ -- 2.45.2