add focuswidget to the build
This commit is contained in:
parent
9e1b254905
commit
23f331270d
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ noinst_LIBRARIES=libotk.a
|
||||||
libotk_a_SOURCES= color.cc display.cc font.cc gccache.cc image.cc property.cc \
|
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 \
|
imagecontrol.cc rect.cc screeninfo.cc texture.cc timer.cc \
|
||||||
timerqueuemanager.cc style.cc configuration.cc util.cc \
|
timerqueuemanager.cc style.cc configuration.cc util.cc \
|
||||||
widget.cc button.cc
|
widget.cc focuswidget.cc button.cc
|
||||||
|
|
||||||
MAINTAINERCLEANFILES= Makefile.in
|
MAINTAINERCLEANFILES= Makefile.in
|
||||||
|
|
||||||
|
@ -23,4 +23,5 @@ configuration.o: configuration.cc configuration.hh
|
||||||
style.o: style.cc style.hh
|
style.o: style.cc style.hh
|
||||||
util.o: util.cc util.hh
|
util.o: util.cc util.hh
|
||||||
widget.o: widget.cc widget.hh
|
widget.o: widget.cc widget.hh
|
||||||
|
focuswidget.o: focuswidget.cc focuswidget.hh
|
||||||
button.o: button.cc button.hh
|
button.o: button.cc button.hh
|
||||||
|
|
Loading…
Reference in a new issue