diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 05:52:00 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-28 05:52:00 (GMT) |
commit | 39224b0142078376d2bd39789b4de24a18377cf0 (patch) | |
tree | 874755d12b5f0ae395ebc3eae29697237667cd31 /src/Makefile.am | |
parent | e8a2f155e8d5a082a8c04f291e65c137c20a05cb (diff) | |
download | fluxbox-39224b0142078376d2bd39789b4de24a18377cf0.zip fluxbox-39224b0142078376d2bd39789b4de24a18377cf0.tar.bz2 |
move Parser to FbTk
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d7ed54d..dfed93b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -122,7 +122,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
122 | CommandDialog.hh CommandDialog.cc SendToMenu.hh SendToMenu.cc \ | 122 | CommandDialog.hh CommandDialog.cc SendToMenu.hh SendToMenu.cc \ |
123 | AlphaMenu.hh AlphaMenu.cc ObjectResource.hh \ | 123 | AlphaMenu.hh AlphaMenu.cc ObjectResource.hh \ |
124 | CompareWindow.hh \ | 124 | CompareWindow.hh \ |
125 | Parser.hh Parser.cc FbMenuParser.hh FbMenuParser.cc \ | 125 | FbMenuParser.hh FbMenuParser.cc \ |
126 | StyleMenuItem.hh StyleMenuItem.cc \ | 126 | StyleMenuItem.hh StyleMenuItem.cc \ |
127 | RootCmdMenuItem.hh RootCmdMenuItem.cc\ | 127 | RootCmdMenuItem.hh RootCmdMenuItem.cc\ |
128 | MenuCreator.hh MenuCreator.cc \ | 128 | MenuCreator.hh MenuCreator.cc \ |