summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-03 06:09:05 +0000
committerDana Jansens <danakj@orodu.net>2002-11-03 06:09:05 +0000
commitdd7b8b67bd5e8d1dd3945fe64d16d094a017f7ce (patch)
treed8409d13a73419c89a1e9ac5cdb40600e98e01c1 /src/Makefile.am
parentbbdca491933fd906bb65cc201c8636d24d4cda71 (diff)
split the screeninfo class out to its own files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am27
1 files changed, 3 insertions, 24 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9adefeeb..b6e36e05 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,8 +15,9 @@ bin_PROGRAMS= openbox
openbox_LDADD=../otk/libotk.a @LIBINTL@
-openbox_SOURCES= basedisplay.cc configuration.cc screen.cc timer.cc util.cc \
- window.cc workspace.cc xatom.cc blackbox.cc main.cc
+openbox_SOURCES= basedisplay.cc configuration.cc screen.cc screeninfo.cc \
+ timer.cc util.cc window.cc workspace.cc xatom.cc blackbox.cc \
+ main.cc
MAINTAINERCLEANFILES= Makefile.in
@@ -24,25 +25,3 @@ distclean-local:
rm -f *\~ *.orig *.rej .\#*
# local dependencies
-basedisplay.o: basedisplay.cc basedisplay.hh timer.hh util.hh \
- ../otk/gccache.hh ../otk/color.hh
-blackbox.o: blackbox.cc blackbox.hh basedisplay.hh timer.hh util.hh \
- configuration.hh xatom.hh ../otk/gccache.hh ../otk/color.hh ../otk/image.hh screen.hh \
- ../otk/texture.hh workspace.hh window.hh
-configuration.o: configuration.cc configuration.hh util.hh
-main.o: main.cc ../version.h blackbox.hh basedisplay.hh timer.hh \
- util.hh configuration.hh xatom.hh
-screen.o: screen.cc blackbox.hh basedisplay.hh timer.hh util.hh \
- configuration.hh xatom.hh ../otk/font.hh screen.hh ../otk/color.hh ../otk/texture.hh \
- ../otk/image.hh workspace.hh ../otk/gccache.hh window.hh
-timer.o: timer.cc basedisplay.hh timer.hh util.hh
-util.o: util.cc util.hh
-window.o: window.cc blackbox.hh basedisplay.hh timer.hh util.hh \
- configuration.hh xatom.hh ../otk/font.hh screen.hh ../otk/color.hh ../otk/texture.hh \
- ../otk/image.hh workspace.hh ../otk/gccache.hh window.hh
-workspace.o: workspace.cc blackbox.hh basedisplay.hh timer.hh util.hh \
- configuration.hh xatom.hh ../otk/font.hh screen.hh ../otk/color.hh ../otk/texture.hh \
- ../otk/image.hh workspace.hh window.hh
-xatom.o: xatom.cc ../config.h xatom.hh screen.hh ../otk/color.hh ../otk/texture.hh \
- util.hh ../otk/image.hh timer.hh basedisplay.hh workspace.hh blackbox.hh \
- configuration.hh