diff options
author | fluxgen <fluxgen> | 2003-06-19 17:14:23 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-19 17:14:23 (GMT) |
commit | 76f111395952414f6e2e9bd1b416d6e1091ec6cd (patch) | |
tree | ada72eb83c951c47024edc47737a63d831872db4 | |
parent | 2dbc6814fc2683fde4bb3a6ce9db3872c8b3c0ec (diff) | |
download | fluxbox-76f111395952414f6e2e9bd1b416d6e1091ec6cd.zip fluxbox-76f111395952414f6e2e9bd1b416d6e1091ec6cd.tar.bz2 |
added Strut.hh
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 21221d2..b7b5073 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -79,6 +79,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
79 | FbCommands.hh FbCommands.cc LayerMenu.hh \ | 79 | FbCommands.hh FbCommands.cc LayerMenu.hh \ |
80 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh \ | 80 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh \ |
81 | WinClient.hh WinClient.cc \ | 81 | WinClient.hh WinClient.cc \ |
82 | Strut.hh \ | ||
82 | Xinerama.hh \ | 83 | Xinerama.hh \ |
83 | ${REMEMBER_SOURCE} ${REGEXP_SOURCE} | 84 | ${REMEMBER_SOURCE} ${REGEXP_SOURCE} |
84 | 85 | ||