diff options
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d35a260..9a430e1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -107,6 +107,12 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
107 | BorderTheme.hh BorderTheme.cc \ | 107 | BorderTheme.hh BorderTheme.cc \ |
108 | CommandDialog.hh CommandDialog.cc SendToMenu.hh SendToMenu.cc \ | 108 | CommandDialog.hh CommandDialog.cc SendToMenu.hh SendToMenu.cc \ |
109 | CompareWindow.hh \ | 109 | CompareWindow.hh \ |
110 | Parser.hh Parser.cc FbMenuParser.hh FbMenuParser.cc \ | ||
111 | StyleMenuItem.hh StyleMenuItem.cc \ | ||
112 | MenuCreator.hh MenuCreator.cc \ | ||
113 | IconMenu.hh IconMenu.cc \ | ||
114 | WorkspaceMenu.hh WorkspaceMenu.cc \ | ||
115 | FocusModelMenuItem.hh \ | ||
110 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ | 116 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ |
111 | ${REMEMBER_SOURCE} ${REGEXP_SOURCE} ${TOOLBAR_SOURCE} | 117 | ${REMEMBER_SOURCE} ${REGEXP_SOURCE} ${TOOLBAR_SOURCE} |
112 | 118 | ||