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 \