aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4781bd8..412a2e8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,6 +81,10 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
81 Strut.hh \ 81 Strut.hh \
82 Xinerama.hh \ 82 Xinerama.hh \
83 Xutil.hh Xutil.cc \ 83 Xutil.hh Xutil.cc \
84 CurrentWindowCmd.hh CurrentWindowCmd.cc \
85 WorkspaceCmd.hh WorkspaceCmd.cc \
86 CommandParser.hh CommandParser.cc \
87 FbCommandFactory.hh FbCommandFactory.cc \
84 ${REMEMBER_SOURCE} ${REGEXP_SOURCE} ${TOOLBAR_SOURCE} 88 ${REMEMBER_SOURCE} ${REGEXP_SOURCE} ${TOOLBAR_SOURCE}
85 89
86 90