diff options
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d0171b2..3018fc2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -65,10 +65,9 @@ endif | |||
65 | 65 | ||
66 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | 66 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ |
67 | BoolMenuItem.hh \ | 67 | BoolMenuItem.hh \ |
68 | ${newwmspec_SOURCE} \ | ||
69 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ | 68 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ |
70 | FbWinFrameTheme.hh FbWinFrameTheme.cc \ | 69 | FbWinFrameTheme.hh FbWinFrameTheme.cc \ |
71 | fluxbox.cc fluxbox.hh ${gnome_SOURCE} \ | 70 | fluxbox.cc fluxbox.hh \ |
72 | I18n.cc I18n.hh \ | 71 | I18n.cc I18n.hh \ |
73 | Keys.cc Keys.hh main.cc \ | 72 | Keys.cc Keys.hh main.cc \ |
74 | Netizen.cc Netizen.hh \ | 73 | Netizen.cc Netizen.hh \ |
@@ -82,7 +81,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
82 | Window.cc Window.hh \ | 81 | Window.cc Window.hh \ |
83 | Workspace.cc Workspace.hh \ | 82 | Workspace.cc Workspace.hh \ |
84 | FbCommands.hh FbCommands.cc LayerMenu.hh \ | 83 | FbCommands.hh FbCommands.cc LayerMenu.hh \ |
85 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh \ | 84 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh FbMenu.cc \ |
86 | WinClient.hh WinClient.cc \ | 85 | WinClient.hh WinClient.cc \ |
87 | Strut.hh \ | 86 | Strut.hh \ |
88 | Xinerama.hh \ | 87 | Xinerama.hh \ |
@@ -91,6 +90,9 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
91 | WorkspaceCmd.hh WorkspaceCmd.cc \ | 90 | WorkspaceCmd.hh WorkspaceCmd.cc \ |
92 | CommandParser.hh CommandParser.cc \ | 91 | CommandParser.hh CommandParser.cc \ |
93 | FbCommandFactory.hh FbCommandFactory.cc \ | 92 | FbCommandFactory.hh FbCommandFactory.cc \ |
93 | Shape.hh Shape.cc \ | ||
94 | MenuTheme.hh MenuTheme.cc \ | ||
95 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ | ||
94 | ${REMEMBER_SOURCE} ${REGEXP_SOURCE} ${TOOLBAR_SOURCE} | 96 | ${REMEMBER_SOURCE} ${REGEXP_SOURCE} ${TOOLBAR_SOURCE} |
95 | 97 | ||
96 | 98 | ||