diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3ecc610..e718092 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -118,8 +118,6 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
118 | Xutil.hh Xutil.cc \ | 118 | Xutil.hh Xutil.cc \ |
119 | CurrentWindowCmd.hh CurrentWindowCmd.cc \ | 119 | CurrentWindowCmd.hh CurrentWindowCmd.cc \ |
120 | WorkspaceCmd.hh WorkspaceCmd.cc \ | 120 | WorkspaceCmd.hh WorkspaceCmd.cc \ |
121 | CommandParser.hh CommandParser.cc \ | ||
122 | FbCommandFactory.hh FbCommandFactory.cc \ | ||
123 | Shape.hh Shape.cc \ | 121 | Shape.hh Shape.cc \ |
124 | MenuTheme.hh MenuTheme.cc \ | 122 | MenuTheme.hh MenuTheme.cc \ |
125 | Container.hh Container.cc \ | 123 | Container.hh Container.cc \ |
@@ -156,4 +154,4 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
156 | ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} | 154 | ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} |
157 | 155 | ||
158 | 156 | ||
159 | LDADD=FbTk/libFbTk.a defaults.$(OBJEXT) | 157 | LDADD=FbTk/libFbTk.a FbTk/LogicCommands.o defaults.$(OBJEXT) |