aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-04-19 22:48:52 (GMT)
committerfluxgen <fluxgen>2004-04-19 22:48:52 (GMT)
commitb6c886592634f95609da1f87ce9ff81e066735c9 (patch)
treeed516bb7a6670cc91e2644f39a052f1726fb619c
parentbb991a0166fb5aed0f3b49658b7dc38c0fc2765a (diff)
downloadfluxbox-b6c886592634f95609da1f87ce9ff81e066735c9.zip
fluxbox-b6c886592634f95609da1f87ce9ff81e066735c9.tar.bz2
added ScreenResources.cc
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3b913e7..d35a260 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -83,7 +83,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
83 Netizen.cc Netizen.hh \ 83 Netizen.cc Netizen.hh \
84 RootTheme.hh RootTheme.cc \ 84 RootTheme.hh RootTheme.cc \
85 FbRootWindow.hh FbRootWindow.cc \ 85 FbRootWindow.hh FbRootWindow.cc \
86 Screen.cc Screen.hh \ 86 Screen.cc Screen.hh ScreenResources.cc \
87 Slit.cc Slit.hh SlitTheme.hh SlitTheme.cc SlitClient.hh SlitClient.cc \ 87 Slit.cc Slit.hh SlitTheme.hh SlitTheme.cc SlitClient.hh SlitClient.cc \
88 WinButton.hh WinButton.cc \ 88 WinButton.hh WinButton.cc \
89 WinButtonTheme.hh WinButtonTheme.cc \ 89 WinButtonTheme.hh WinButtonTheme.cc \