diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-08 07:43:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-08 07:43:25 +0000 |
| commit | b555cd12e71bb457232aa342c689940c6c34fb17 (patch) | |
| tree | 766a3164a78cee23c4c2d9aafab3e9565a952edf | |
| parent | 6a88803b8c42f44a6f09facc20fcb6fe7901a2f3 (diff) | |
rm the headers that are no longer existing
| -rw-r--r-- | otk/Makefile.am | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am index 0c463b5c..f0c2e805 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -14,12 +14,11 @@ libotk_la_SOURCES=rendercontrol.cc truerendercontrol.cc surface.cc util.cc \ #focuswidget.cc focuslabel.cc -includeotk_HEADERS=application.hh appwidget.hh assassin.hh button.hh size.hh \ - display.hh eventdispatcher.hh eventhandler.hh \ - focuslabel.hh focuswidget.hh font.hh label.hh otk.hh \ - point.hh property.hh pseudorendercontrol.hh rect.hh \ - rendercolor.hh rendercontrol.hh renderstyle.hh \ - rendertexture.hh screeninfo.hh strut.hh surface.hh \ +includeotk_HEADERS=application.hh appwidget.hh assassin.hh button.hh \ + display.hh eventdispatcher.hh eventhandler.hh font.hh \ + label.hh otk.hh point.hh property.hh pseudorendercontrol.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 |
