diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 72d60ce..c5c15a5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -1,8 +1,8 @@ | |||
1 | # Makefile.am for fluxbox | 1 | # Makefile.am for fluxbox |
2 | # Copyright (c) 2001-2002 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | # Copyright (c) 2001-2002 Henrik Kinnunen (fluxgen at users.sourceforge.net) |
3 | # | 3 | # |
4 | # src/Makefile.am for Blackbox 0.61.x - an X11 Window manager | 4 | # src/Makefile.am for Blackbox 0.61.x - an X11 Window manager |
5 | # Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) | 5 | # Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net) |
6 | # | 6 | # |
7 | # Permission is hereby granted, free of charge, to any person obtaining a | 7 | # Permission is hereby granted, free of charge, to any person obtaining a |
8 | # copy of this software and associated documentation files (the "Software"), | 8 | # copy of this software and associated documentation files (the "Software"), |
@@ -47,7 +47,7 @@ if GNOME | |||
47 | gnome_SOURCE= Gnome.hh Gnome.cc | 47 | gnome_SOURCE= Gnome.hh Gnome.cc |
48 | endif | 48 | endif |
49 | 49 | ||
50 | fluxbox_SOURCES = AtomHandler.hh BaseDisplay.cc BaseDisplay.hh \ | 50 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc BaseDisplay.cc BaseDisplay.hh \ |
51 | Basemenu.cc Basemenu.hh \ | 51 | Basemenu.cc Basemenu.hh \ |
52 | Clientmenu.cc Clientmenu.hh Configmenu.cc Configmenu.hh \ | 52 | Clientmenu.cc Clientmenu.hh Configmenu.cc Configmenu.hh \ |
53 | DirHelper.hh DirHelper.cc DrawUtil.cc DrawUtil.hh ${newwmspec_SOURCE} \ | 53 | DirHelper.hh DirHelper.cc DrawUtil.cc DrawUtil.hh ${newwmspec_SOURCE} \ |