mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 22:25:56 +01:00
Fix 'make install' from silent compilation
This commit is contained in:
@@ -57,7 +57,7 @@ WPrefs_LDADD = \
|
|||||||
@XFTLIBS@ \
|
@XFTLIBS@ \
|
||||||
@INTLIBS@
|
@INTLIBS@
|
||||||
|
|
||||||
LIBTOOL = $(QUIET) $(SHELL) $(top_builddir)/libtool $(LIBTOOL_ARG)
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LIBTOOL_ARG)
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(QUIET)$(COMPILE) -c $<
|
$(QUIET)$(COMPILE) -c $<
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ lib_LTLIBRARIES = libwraster.la
|
|||||||
|
|
||||||
libwraster_la_LDFLAGS = -version-info 4:0:1
|
libwraster_la_LDFLAGS = -version-info 4:0:1
|
||||||
|
|
||||||
LIBTOOL = $(QUIET) $(SHELL) $(top_builddir)/libtool $(LIBTOOL_ARG)
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LIBTOOL_ARG)
|
||||||
|
|
||||||
bin_SCRIPTS = get-wraster-flags
|
bin_SCRIPTS = get-wraster-flags
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user