diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6861506..1ed1c68 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -84,8 +84,7 @@ if GNOME | |||
84 | gnome_SOURCE= Gnome.hh Gnome.cc | 84 | gnome_SOURCE= Gnome.hh Gnome.cc |
85 | endif | 85 | endif |
86 | if REMEMBER_SRC | 86 | if REMEMBER_SRC |
87 | REMEMBER_SOURCE= Remember.hh Remember.cc \ | 87 | REMEMBER_SOURCE= Remember.hh Remember.cc |
88 | ClientPattern.hh ClientPattern.cc | ||
89 | endif | 88 | endif |
90 | if TOOLBAR_SRC | 89 | if TOOLBAR_SRC |
91 | TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc \ | 90 | TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc \ |
@@ -132,6 +131,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
132 | RootCmdMenuItem.hh RootCmdMenuItem.cc\ | 131 | RootCmdMenuItem.hh RootCmdMenuItem.cc\ |
133 | MenuCreator.hh MenuCreator.cc \ | 132 | MenuCreator.hh MenuCreator.cc \ |
134 | ClientMenu.hh ClientMenu.cc \ | 133 | ClientMenu.hh ClientMenu.cc \ |
134 | ClientPattern.hh ClientPattern.cc \ | ||
135 | WorkspaceMenu.hh WorkspaceMenu.cc \ | 135 | WorkspaceMenu.hh WorkspaceMenu.cc \ |
136 | FocusModelMenuItem.hh \ | 136 | FocusModelMenuItem.hh \ |
137 | ToggleMenu.hh \ | 137 | ToggleMenu.hh \ |