diff options
author | fluxgen <fluxgen> | 2002-01-11 11:59:54 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-11 11:59:54 (GMT) |
commit | a3d2a1cf0a5ab724e19a91915fe97842f52260d5 (patch) | |
tree | f0b87676e95070afee163f76902efd0c4d5b5fe6 /src | |
parent | b4515716b75f745388eaf52c0d62b70443170db8 (diff) | |
download | fluxbox-a3d2a1cf0a5ab724e19a91915fe97842f52260d5.zip fluxbox-a3d2a1cf0a5ab724e19a91915fe97842f52260d5.tar.bz2 |
update
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5b294fd..52e69e4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -50,7 +50,7 @@ fluxbox_SOURCES= BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh \ | |||
50 | fluxbox.cc fluxbox.hh \ | 50 | fluxbox.cc fluxbox.hh \ |
51 | i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh\ | 51 | i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh\ |
52 | IconBar.cc IconBar.hh Theme.hh Theme.cc \ | 52 | IconBar.cc IconBar.hh Theme.hh Theme.cc \ |
53 | StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh | 53 | StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h |
54 | 54 | ||
55 | MAINTAINERCLEANFILES= Makefile.in | 55 | MAINTAINERCLEANFILES= Makefile.in |
56 | 56 | ||
diff --git a/src/Makefile.in b/src/Makefile.in index 87a6604..2e4a1a3 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
@@ -119,7 +119,7 @@ CPPFLAGS = -Wall @CPPFLAGS@ @SHAPE@ @SLIT@ @INTERLACE@ @ORDEREDPSEUDO@ @DEBUG@ @ | |||
119 | 119 | ||
120 | bin_PROGRAMS = fluxbox | 120 | bin_PROGRAMS = fluxbox |
121 | 121 | ||
122 | fluxbox_SOURCES = BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh Clientmenu.cc Clientmenu.hh Configmenu.cc Configmenu.hh Icon.cc Icon.hh Image.cc Image.hh LinkedList.cc LinkedList.hh Netizen.cc Netizen.hh Rootmenu.cc Rootmenu.hh Screen.cc Screen.hh Slit.cc Slit.hh Timer.cc Timer.hh Toolbar.cc Toolbar.hh Window.cc Window.hh Windowmenu.cc Windowmenu.hh Workspace.cc Workspace.hh Workspacemenu.cc Workspacemenu.hh fluxbox.cc fluxbox.hh i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh IconBar.cc IconBar.hh Theme.hh Theme.cc StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh | 122 | fluxbox_SOURCES = BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh Clientmenu.cc Clientmenu.hh Configmenu.cc Configmenu.hh Icon.cc Icon.hh Image.cc Image.hh LinkedList.cc LinkedList.hh Netizen.cc Netizen.hh Rootmenu.cc Rootmenu.hh Screen.cc Screen.hh Slit.cc Slit.hh Timer.cc Timer.hh Toolbar.cc Toolbar.hh Window.cc Window.hh Windowmenu.cc Windowmenu.hh Workspace.cc Workspace.hh Workspacemenu.cc Workspacemenu.hh fluxbox.cc fluxbox.hh i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh IconBar.cc IconBar.hh Theme.hh Theme.cc StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h |
123 | 123 | ||
124 | 124 | ||
125 | MAINTAINERCLEANFILES = Makefile.in | 125 | MAINTAINERCLEANFILES = Makefile.in |