diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-16 11:59:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-16 11:59:12 +0000 |
| commit | 7a41f7730dfa7e5733720f98f89c5a5906f1e786 (patch) | |
| tree | 17c99ac6c1d5cc88109d1013fc638303a3f5450c /otk/Makefile.am | |
| parent | f325abe4e454f3c413ad91e6145b8a8c458c8758 (diff) | |
add otk::MessageDialog
Diffstat (limited to 'otk/Makefile.am')
| -rw-r--r-- | otk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
