diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-18 09:46:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-18 09:46:24 +0000 |
| commit | 25d1e3538be5719b238f7e62a949c409fef2af66 (patch) | |
| tree | 36de1f6bf110b9fd0b6e24734f496e7536a737c6 /src/Makefile.am | |
| parent | d49d01044d34793dc88bea4889ee98ec333220ce (diff) | |
use OB Widgets for everything
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 319a9fde..4e5fa83d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,8 @@ bin_PROGRAMS= openbox3 openbox3_LDADD=../otk/libotk.a @LIBINTL@ openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \ - main.cc rootwindow.cc backgroundwidget.cc + main.cc rootwindow.cc backgroundwidget.cc labelwidget.cc \ + buttonwidget.cc MAINTAINERCLEANFILES= Makefile.in |
