From ee0fa6ec7d33b9f44ca14b62eea8b9e1144e53a7 Mon Sep 17 00:00:00 2001 From: nwanua Date: Sat, 15 Jul 2000 23:18:59 +0000 Subject: [PATCH] added testtext --- WINGs/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am index 16f0b7ae..a70dd07b 100644 --- a/WINGs/Makefile.am +++ b/WINGs/Makefile.am @@ -13,7 +13,7 @@ include_HEADERS = WINGs.h WUtil.h WINGsP.h bin_SCRIPTS = get-wings-flags get-wutil-flags noinst_PROGRAMS = wtest wmquery wmfile fontl testmywidget testcolorpanel\ - connect puzzle # testtext + connect puzzle testtext lib_LIBRARIES = libWINGs.a libWUtil.a @@ -27,6 +27,8 @@ testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h wtest_DEPENDENCIES = libWINGs.a +testtext_DEPENDENCIES = libWINGs.a + connect_LDADD = libWUtil.a @LIBRARY_SEARCH_PATH@ @NETLIBS@ @LIBPL@