diff options
author | fluxgen <fluxgen> | 2003-08-11 15:51:31 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-11 15:51:31 (GMT) |
commit | 50239e2f039ff05081134727ee24cbc6ad360d7c (patch) | |
tree | d6fd4ed972e8d01aecf297369cc5c6ad3ed677a2 /src | |
parent | 334a78fa7ad59941e7aeb261113dbcb72635b534 (diff) | |
download | fluxbox-50239e2f039ff05081134727ee24cbc6ad360d7c.zip fluxbox-50239e2f039ff05081134727ee24cbc6ad360d7c.tar.bz2 |
added files
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bb543b8..066e970 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -60,7 +60,12 @@ REGEXP_SOURCE = RegExp.hh RegExp.cc ClientPattern.hh ClientPattern.cc | |||
60 | endif | 60 | endif |
61 | endif | 61 | endif |
62 | if TOOLBAR_SRC | 62 | if TOOLBAR_SRC |
63 | TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc ToolbarHandler.hh ToolbarHandler.cc ToolbarTheme.hh ToolbarTheme.cc IconBar.hh IconBar.cc | 63 | TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc ToolbarHandler.hh ToolbarHandler.cc \ |
64 | ToolbarTheme.hh ToolbarTheme.cc Iconbar.hh Iconbar.cc ToolbarItem.hh ToolbarItem.cc \ | ||
65 | ClockTool.hh ClockTool.cc WorkspaceNameTool.hh WorkspaceNameTool.cc \ | ||
66 | IconbarTool.hh IconbarTool.cc IconbarTheme.hh IconbarTheme.cc \ | ||
67 | ToolTheme.hh ToolTheme.cc \ | ||
68 | IconButton.hh IconButton.cc IconButtonTheme.hh IconButtonTheme.cc | ||
64 | endif | 69 | endif |
65 | 70 | ||
66 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | 71 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ |
@@ -93,6 +98,8 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
93 | FbCommandFactory.hh FbCommandFactory.cc \ | 98 | FbCommandFactory.hh FbCommandFactory.cc \ |
94 | Shape.hh Shape.cc \ | 99 | Shape.hh Shape.cc \ |
95 | MenuTheme.hh MenuTheme.cc \ | 100 | MenuTheme.hh MenuTheme.cc \ |
101 | Container.hh Container.cc \ | ||
102 | TextTheme.hh TextTheme.cc \ | ||
96 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ | 103 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ |
97 | ${REMEMBER_SOURCE} ${REGEXP_SOURCE} ${TOOLBAR_SOURCE} | 104 | ${REMEMBER_SOURCE} ${REGEXP_SOURCE} ${TOOLBAR_SOURCE} |
98 | 105 | ||