From 644b1eb03e395f8d06f886b72e710417f53210ec Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Sun, 19 Dec 2004 15:23:11 +0000 Subject: [PATCH] fix ui Makefile.am --- ChangeLog | 7 ++++--- ui/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c014be8b..59e697fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-19 Bradley Bell + + * ui/Makefile.am: fix ui Makefile.am + 2004-12-19 Chris Taylor * include/u_mem.h: prototype for strdup with MPW @@ -105,9 +109,6 @@ ui/scroll.c ui/ui.c ui/uidraw.c ui/userbox.c ui/window.c: include conf.h in new editor files - -: - 2004-12-17 Chris Taylor * main/state.c: open autosave file for writing, not reading diff --git a/ui/Makefile.am b/ui/Makefile.am index 07f18975..d7114062 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -1,7 +1,7 @@ noinst_LIBRARIES = libui.a INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/arch/include -libeditor_a_SOURCES = \ +libui_a_SOURCES = \ barbox.c button.c checkbox.c file.c gadget.c \ icon.c inputbox.c keypad.c keypress.c keytrap.c \ listbox.c menu.c menubar.c message.c mouse.c \ -- 2.39.2