diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bc4377d..4781bd8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -53,6 +53,9 @@ if REGEXP_SRC | |||
53 | REGEXP_SOURCE = RegExp.hh RegExp.cc ClientPattern.hh ClientPattern.cc | 53 | REGEXP_SOURCE = RegExp.hh RegExp.cc ClientPattern.hh ClientPattern.cc |
54 | endif | 54 | endif |
55 | endif | 55 | endif |
56 | if TOOLBAR_SRC | ||
57 | TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc ToolbarHandler.hh ToolbarHandler.cc ToolbarTheme.hh ToolbarTheme.cc IconBar.hh IconBar.cc | ||
58 | endif | ||
56 | 59 | ||
57 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | 60 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ |
58 | BoolMenuItem.hh \ | 61 | BoolMenuItem.hh \ |
@@ -60,7 +63,6 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
60 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ | 63 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ |
61 | FbWinFrameTheme.hh FbWinFrameTheme.cc \ | 64 | FbWinFrameTheme.hh FbWinFrameTheme.cc \ |
62 | fluxbox.cc fluxbox.hh ${gnome_SOURCE} \ | 65 | fluxbox.cc fluxbox.hh ${gnome_SOURCE} \ |
63 | IconBar.cc IconBar.hh \ | ||
64 | I18n.cc I18n.hh \ | 66 | I18n.cc I18n.hh \ |
65 | Keys.cc Keys.hh main.cc \ | 67 | Keys.cc Keys.hh main.cc \ |
66 | Netizen.cc Netizen.hh \ | 68 | Netizen.cc Netizen.hh \ |
@@ -69,9 +71,6 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
69 | Screen.cc Screen.hh \ | 71 | Screen.cc Screen.hh \ |
70 | Slit.cc Slit.hh SlitTheme.hh SlitClient.hh SlitClient.cc \ | 72 | Slit.cc Slit.hh SlitTheme.hh SlitClient.hh SlitClient.cc \ |
71 | TextButton.hh TextButton.cc \ | 73 | TextButton.hh TextButton.cc \ |
72 | Toolbar.cc Toolbar.hh \ | ||
73 | ToolbarHandler.cc ToolbarHandler.hh \ | ||
74 | ToolbarTheme.hh ToolbarTheme.cc \ | ||
75 | WinButton.hh WinButton.cc \ | 74 | WinButton.hh WinButton.cc \ |
76 | WinButtonTheme.hh WinButtonTheme.cc \ | 75 | WinButtonTheme.hh WinButtonTheme.cc \ |
77 | Window.cc Window.hh \ | 76 | Window.cc Window.hh \ |
@@ -82,7 +81,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
82 | Strut.hh \ | 81 | Strut.hh \ |
83 | Xinerama.hh \ | 82 | Xinerama.hh \ |
84 | Xutil.hh Xutil.cc \ | 83 | Xutil.hh Xutil.cc \ |
85 | ${REMEMBER_SOURCE} ${REGEXP_SOURCE} | 84 | ${REMEMBER_SOURCE} ${REGEXP_SOURCE} ${TOOLBAR_SOURCE} |
86 | 85 | ||
87 | 86 | ||
88 | LDADD=FbTk/libFbTk.a | 87 | LDADD=FbTk/libFbTk.a |