aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-12-13 20:39:07 (GMT)
committerfluxgen <fluxgen>2002-12-13 20:39:07 (GMT)
commite5a90684478e51c8ca5ad4c22a7dbd3e9aab0a1e (patch)
tree4245f5f142e6e97a7732e268ecc8c14b3076b00e /src/Makefile.am
parentc5023fd19368c18386758e4c2f8826688b17cee1 (diff)
downloadfluxbox-e5a90684478e51c8ca5ad4c22a7dbd3e9aab0a1e.zip
fluxbox-e5a90684478e51c8ca5ad4c22a7dbd3e9aab0a1e.tar.bz2
added ArrowButton files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
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
47gnome_SOURCE= Gnome.hh Gnome.cc 47gnome_SOURCE= Gnome.hh Gnome.cc
48endif 48endif
49 49
50fluxbox_SOURCES = AtomHandler.hh BaseDisplay.cc BaseDisplay.hh \ 50fluxbox_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} \