From 17b0266979137ad957a701c7093a14841a8c2091 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 8 Feb 2003 07:37:22 +0000 Subject: No longer using otk widgets for the frame decorations. The titlebar no long has any buttons, in preparation for a new button system. Using otk::Size for sizes, and unsigned ints (*PAIN*) we'll see.. --- src/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index bf759d82..c1ecf8e7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,11 +16,10 @@ bin_PROGRAMS= openbox3 openbox3_LDADD=-L../otk -lotk @LIBINTL@ openbox3_LDFLAGS=-export-dynamic openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \ - main.cc backgroundwidget.cc labelwidget.cc \ - buttonwidget.cc python.cc bindings.cc -noinst_HEADERS= actions.hh backgroundwidget.hh bindings.hh buttonwidget.hh \ - client.hh frame.hh labelwidget.hh openbox.hh python.hh \ - screen.hh widgetbase.hh gettext.h + main.cc python.cc bindings.cc +noinst_HEADERS= actions.hh bindings.hh \ + client.hh frame.hh openbox.hh python.hh \ + screen.hh MAINTAINERCLEANFILES= Makefile.in -- cgit v1.2.3