aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-08-15 21:03:57 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 10:04:02 (GMT)
commit698a4af938737295494dade50950d1aeebc8b55d (patch)
tree075017c3a59ac2575f708d223cf2391e82b9eb69 /src/Makefile.am
parent678a98de943963e993827540496741ae814af8bd (diff)
downloadfluxbox_paul-698a4af938737295494dade50950d1aeebc8b55d.zip
fluxbox_paul-698a4af938737295494dade50950d1aeebc8b55d.tar.bz2
Move declarations of Resource enums to a separate file
The reason for this is that I need to access those enums from fluxbox-update_configs and I don't want to #include and link everything in src. I also merged Slit::Placement, Toolbar::Placement and FbWinFrame::TabPlacement into one enum.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 335a090..3f33f78 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -145,7 +145,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
145 FocusModelMenuItem.hh \ 145 FocusModelMenuItem.hh \
146 ToggleMenu.hh \ 146 ToggleMenu.hh \
147 HeadArea.hh HeadArea.cc \ 147 HeadArea.hh HeadArea.cc \
148 Resources.cc \ 148 Resources.hh Resources.cc \
149 WindowCmd.hh WindowCmd.cc \ 149 WindowCmd.hh WindowCmd.cc \
150 FocusControl.hh FocusControl.cc \ 150 FocusControl.hh FocusControl.cc \
151 PlacementStrategy.hh \ 151 PlacementStrategy.hh \