diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-11-11 03:48:02 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-11-11 03:48:02 +0000 |
| commit | a923a55002440ea0bdc291169d7102e1d45953cf (patch) | |
| tree | a2a84c98c15d47ff08352b0b9449bd7242e95dbd | |
| parent | cbf9dd0c4c8669392d9c7c8461d1af411f0ab0a4 (diff) | |
added new files to the build
| -rw-r--r-- | otk/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am index e5521ca1..30196070 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -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
\ No newline at end of file +util.o: util.cc util.hh +widget.o: widget.cc widget.hh +button.o: button.cc button.hh |
