From 1a28393dabf4f4696bf433ddde52e7a25253c955 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Oct 2008 16:34:15 +0000 Subject: various user interface related updates --- src/ui/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/Makefile.am') diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am index a68c307..4bfad3d 100644 --- a/src/ui/Makefile.am +++ b/src/ui/Makefile.am @@ -7,9 +7,9 @@ else noinst_LTLIBRARIES = libui.la endif -noinst_HEADERS = bitmap.h button.h container.h definitions.h font.h input.h label.h \ +noinst_HEADERS = bitmap.h button.h container.h definitions.h font.h inputbox.h label.h \ menu.h paint.h palette.h ui.h widget.h window.h -libui_la_SOURCES = bitmap.cc button.cc container.cc font.cc input.cc label.cc \ +libui_la_SOURCES = bitmap.cc button.cc container.cc font.cc inputbox.cc label.cc \ menu.cc paint.cc palette.cc ui.cc widget.cc window.cc libui_la_LDFLAGS = -avoid-version -no-undefined -- cgit v1.2.3