diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-11-13 10:22:44 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-11-13 10:22:44 +0000 |
| commit | 23f331270d4a4d4967fd4f953ff87e23accb7af3 (patch) | |
| tree | 7ac9087aa08d7b7cf1b77a311084b562cc466dd3 | |
| parent | 9e1b25490507071087d768a8873078a1ba2a8e04 (diff) | |
add focuswidget to the build
| -rw-r--r-- | otk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am index 30196070..170e13f9 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -7,7 +7,7 @@ noinst_LIBRARIES=libotk.a libotk_a_SOURCES= color.cc display.cc font.cc gccache.cc image.cc property.cc \ imagecontrol.cc rect.cc screeninfo.cc texture.cc timer.cc \ timerqueuemanager.cc style.cc configuration.cc util.cc \ - widget.cc button.cc + widget.cc focuswidget.cc button.cc MAINTAINERCLEANFILES= Makefile.in @@ -23,4 +23,5 @@ configuration.o: configuration.cc configuration.hh style.o: style.cc style.hh util.o: util.cc util.hh widget.o: widget.cc widget.hh +focuswidget.o: focuswidget.cc focuswidget.hh button.o: button.cc button.hh |
