added new files to the build
This commit is contained in:
parent
cbf9dd0c4c
commit
a923a55002
1 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,8 @@ 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
|
||||
timerqueuemanager.cc style.cc configuration.cc util.cc \
|
||||
widget.cc button.cc
|
||||
|
||||
MAINTAINERCLEANFILES= Makefile.in
|
||||
|
||||
|
@ -20,4 +21,6 @@ gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \
|
|||
rect.o: rect.cc rect.hh
|
||||
configuration.o: configuration.cc configuration.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
|
||||
button.o: button.cc button.hh
|
||||
|
|
Loading…
Reference in a new issue