aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-11 15:51:31 (GMT)
committerfluxgen <fluxgen>2003-08-11 15:51:31 (GMT)
commit50239e2f039ff05081134727ee24cbc6ad360d7c (patch)
treed6fd4ed972e8d01aecf297369cc5c6ad3ed677a2 /src/Makefile.am
parent334a78fa7ad59941e7aeb261113dbcb72635b534 (diff)
downloadfluxbox-50239e2f039ff05081134727ee24cbc6ad360d7c.zip
fluxbox-50239e2f039ff05081134727ee24cbc6ad360d7c.tar.bz2
added files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
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
60endif 60endif
61endif 61endif
62if TOOLBAR_SRC 62if TOOLBAR_SRC
63TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc ToolbarHandler.hh ToolbarHandler.cc ToolbarTheme.hh ToolbarTheme.cc IconBar.hh IconBar.cc 63TOOLBAR_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
64endif 69endif
65 70
66fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ 71fluxbox_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