diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-07-27 07:57:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-07-27 07:57:27 +0000 |
commit | d4a0bed4b91da9de86c311c7fef9a8aa9a6f500c (patch) | |
tree | a1b439049dee87bc951e190db93f5bbe8b43b0b5 /xserver/hw/xnest/Makefile.am | |
parent | b6bc775539a31f663f9e22ce3ccaf0aa96adf3b6 (diff) |
Update to xserver 1.20.5. Tested by jsg@
Diffstat (limited to 'xserver/hw/xnest/Makefile.am')
-rw-r--r-- | xserver/hw/xnest/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xserver/hw/xnest/Makefile.am b/xserver/hw/xnest/Makefile.am index eb550c0f7..c77da6412 100644 --- a/xserver/hw/xnest/Makefile.am +++ b/xserver/hw/xnest/Makefile.am @@ -45,7 +45,6 @@ SRCS = Args.c \ XNEST_LIBS = \ @XNEST_LIBS@ \ - $(top_builddir)/Xext/libXextdpmsstubs.la \ $(top_builddir)/Xi/libXistubs.la Xnest_SOURCES = $(SRCS) @@ -57,10 +56,5 @@ Xnest_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) EXTRA_DIST = icon \ screensaver -# -UDPMSExtension for miinitext? can't put into -# OS_DEFINES??? -# EXT_DEFINES??? -# ICONFIGFILES -- SpecialCObjectRule - relink: $(AM_V_at)rm -f Xnest$(EXEEXT) && $(MAKE) Xnest$(EXEEXT) |