diff options
author | fluxgen <fluxgen> | 2003-05-10 14:03:27 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-10 14:03:27 (GMT) |
commit | b6098fa2e7e7bae4cf1758429f01691666f07959 (patch) | |
tree | 1aa41deb175dc175a9f72cc3f0c4902a58fe7d21 | |
parent | 49231d1b1485960b8ad37c1576bdf4f9c7d43751 (diff) | |
download | fluxbox-b6098fa2e7e7bae4cf1758429f01691666f07959.zip fluxbox-b6098fa2e7e7bae4cf1758429f01691666f07959.tar.bz2 |
added ScreenInfo
-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 d4f321c..d216c60 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -51,7 +51,6 @@ REMEMBER_SOURCE= Remember.hh Remember.cc | |||
51 | endif | 51 | endif |
52 | 52 | ||
53 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | 53 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ |
54 | BaseDisplay.cc BaseDisplay.hh \ | ||
55 | BoolMenuItem.hh \ | 54 | BoolMenuItem.hh \ |
56 | DirHelper.hh DirHelper.cc ${newwmspec_SOURCE} \ | 55 | DirHelper.hh DirHelper.cc ${newwmspec_SOURCE} \ |
57 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ | 56 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ |
@@ -64,6 +63,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
64 | Resource.hh Resource.cc \ | 63 | Resource.hh Resource.cc \ |
65 | RootTheme.hh RootTheme.cc \ | 64 | RootTheme.hh RootTheme.cc \ |
66 | Screen.cc Screen.hh \ | 65 | Screen.cc Screen.hh \ |
66 | ScreenInfo.hh ScreenInfo.cc \ | ||
67 | Slit.cc Slit.hh \ | 67 | Slit.cc Slit.hh \ |
68 | TextButton.hh TextButton.cc \ | 68 | TextButton.hh TextButton.cc \ |
69 | Toolbar.cc Toolbar.hh \ | 69 | Toolbar.cc Toolbar.hh \ |