aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authormarkt <markt>2007-03-27 08:43:09 (GMT)
committermarkt <markt>2007-03-27 08:43:09 (GMT)
commit9ebfea7944a1455a74cb70781373d83f50ad196c (patch)
tree919096d5e05e9b70499433bea3db2faf19b27bae /src/Makefile.am
parent58e280952a47fc3fb77b4659a21cc4ce6a73066e (diff)
downloadfluxbox-9ebfea7944a1455a74cb70781373d83f50ad196c.zip
fluxbox-9ebfea7944a1455a74cb70781373d83f50ad196c.tar.bz2
lots and lots of code cleanup, plus introduced new ClientMenu class
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a353b52..b1e6052 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -104,7 +104,6 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
104 WinClient.hh WinClient.cc \ 104 WinClient.hh WinClient.cc \
105 Strut.hh \ 105 Strut.hh \
106 Xinerama.hh \ 106 Xinerama.hh \
107 IconMenuItem.hh \
108 Xutil.hh Xutil.cc \ 107 Xutil.hh Xutil.cc \
109 CurrentWindowCmd.hh CurrentWindowCmd.cc \ 108 CurrentWindowCmd.hh CurrentWindowCmd.cc \
110 WorkspaceCmd.hh WorkspaceCmd.cc \ 109 WorkspaceCmd.hh WorkspaceCmd.cc \
@@ -122,7 +121,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
122 StyleMenuItem.hh StyleMenuItem.cc \ 121 StyleMenuItem.hh StyleMenuItem.cc \
123 RootCmdMenuItem.hh RootCmdMenuItem.cc\ 122 RootCmdMenuItem.hh RootCmdMenuItem.cc\
124 MenuCreator.hh MenuCreator.cc \ 123 MenuCreator.hh MenuCreator.cc \
125 IconMenu.hh IconMenu.cc \ 124 ClientMenu.hh ClientMenu.cc \
126 WorkspaceMenu.hh WorkspaceMenu.cc \ 125 WorkspaceMenu.hh WorkspaceMenu.cc \
127 FocusModelMenuItem.hh \ 126 FocusModelMenuItem.hh \
128 ToggleMenu.hh \ 127 ToggleMenu.hh \