blob: f75058c2fff6578bed8ad0961ceae82e05eba44b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- util/Makefile.in.orig Thu Sep 2 04:53:00 2004
+++ util/Makefile.in Thu Sep 2 04:53:32 2004
@@ -94,7 +94,7 @@
SUBDIRS = fbrun
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk
bin_SCRIPTS = fbsetbg fluxbox-generate_menu startfluxbox
-bin_PROGRAMS = bsetroot
+bin_PROGRAMS =
bsetroot_SOURCES = bsetroot.cc bsetroot.hh
bsetroot_LDADD = ../src/FbRootWindow.o ../src/FbAtoms.o \
../src/FbTk/libFbTk.a
@@ -108,7 +108,7 @@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
-bin_PROGRAMS = bsetroot$(EXEEXT)
+bin_PROGRAMS =
PROGRAMS = $(bin_PROGRAMS)
am_bsetroot_OBJECTS = bsetroot.$(OBJEXT)
|