From 7a41f7730dfa7e5733720f98f89c5a5906f1e786 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Feb 2003 11:59:12 +0000 Subject: add otk::MessageDialog --- otk/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk/Makefile.am') diff --git a/otk/Makefile.am b/otk/Makefile.am index dc53291f..566fafcf 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -11,7 +11,7 @@ libotk_la_SOURCES=rendercontrol.cc truerendercontrol.cc surface.cc util.cc \ display.cc font.cc screeninfo.cc property.cc timer.cc \ eventdispatcher.cc eventhandler.cc ustring.cc \ widget.cc application.cc label.cc appwidget.cc button.cc \ - otk.cc + otk.cc messagedialog.cc #focuswidget.cc focuslabel.cc @@ -21,7 +21,7 @@ includeotk_HEADERS=application.hh appwidget.hh assassin.hh button.hh \ rect.hh rendercolor.hh rendercontrol.hh renderstyle.hh \ rendertexture.hh screeninfo.hh size.hh strut.hh surface.hh \ timer.hh truerendercontrol.hh ustring.hh util.hh widget.hh \ - ../config.h + messagedialog.hh ../config.h EXTRA_DIST = otk.pc.in -- cgit v1.2.3