From 1027573bd716d9513b3871c9d125d27f3f34f6eb Mon Sep 17 00:00:00 2001 From: nwanua Date: Thu, 13 Jul 2000 23:48:02 +0000 Subject: [PATCH] added testtext - Nwanua --- WINGs/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am index 48a75baf..f1c1c26a 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 @@ -39,6 +39,7 @@ libWINGs_a_SOURCES = \ configuration.c \ dragdestination.c \ dragsource.c \ + fontmanager.c \ international.c \ notification.c \ selection.c \ @@ -65,11 +66,13 @@ libWINGs_a_SOURCES = \ wpixmap.c \ wpopupbutton.c \ wprogressindicator.c \ + wruler.c \ wscroller.c \ wscrollview.c \ wslider.c \ wsplitview.c \ wtabview.c \ + wtext.c \ wtextfield.c \ wwindow.c \ wview.c \