diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-05-21 15:48:48 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-05-21 15:48:48 +0000 |
commit | 85989825089bcd8783c8f202315d6de3e659059e (patch) | |
tree | 5d05bbef590a5fcfa13c68eb1e563f1eebae6ba1 /x11-wm/openbox/files/patch-util::Makefile.am | |
parent | Reflect renaming Net-BGP to Net-BGP4. (diff) |
Update to 2.2.3
Drive-by commit (MAINTAINER timeout)
PR: 50960
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Notes
Notes:
svn path=/head/; revision=81628
Diffstat (limited to 'x11-wm/openbox/files/patch-util::Makefile.am')
-rw-r--r-- | x11-wm/openbox/files/patch-util::Makefile.am | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-wm/openbox/files/patch-util::Makefile.am b/x11-wm/openbox/files/patch-util::Makefile.am new file mode 100644 index 000000000000..fd43aceb5632 --- /dev/null +++ b/x11-wm/openbox/files/patch-util::Makefile.am @@ -0,0 +1,30 @@ +--- util/Makefile.am.orig Sat Apr 12 19:03:23 2003 ++++ util/Makefile.am Sat Apr 12 19:10:36 2003 +@@ -3,7 +3,7 @@ + CPPFLAGS= @CPPFLAGS@ @DEBUG@ + + SUBDIRS = epist +-bin_SCRIPTS = bsetbg ++bin_SCRIPTS = osetbg + + if XFT + if XFT2 +@@ -15,14 +15,14 @@ + endif + endif + +-bin_PROGRAMS = bsetroot $(TMP_PROGS) ++bin_PROGRAMS = osetroot $(TMP_PROGS) + +-bsetroot_SOURCES = bsetroot.cc +-bsetroot_LDADD = ../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o ++osetroot_SOURCES = bsetroot.cc ++osetroot_LDADD = ../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o + + MAINTAINERCLEANFILES = Makefile.in + +-EXTRA_DIST = bsetroot.hh bsetbg xftlsfonts.cc ++EXTRA_DIST = bsetroot.hh osetbg xftlsfonts.cc + + distclean-local: + rm -f *\~ .\#* |