blob: c42a1bc013d2138badff4252be7d41dd14e8887b (
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 Fri Apr 30 01:35:18 2004
+++ util/Makefile.in Fri Apr 30 01:36:19 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/I18n.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)
|