diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-06-26 08:37:42 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-06-26 08:37:42 +0000 |
commit | ca879d3bcf798eb758245809a1be98cbf40a9edf (patch) | |
tree | 9aac9d60d2a752e819cebad28d507a4506fca039 /app/xdpyinfo/Makefile.am | |
parent | d2b37673f15ecab4c9957eb702faba68f8531717 (diff) |
update xdpyinfo to version 1.3.3
Bug fixes. Among other correctly report recent X server versions.
Diffstat (limited to 'app/xdpyinfo/Makefile.am')
-rw-r--r-- | app/xdpyinfo/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/xdpyinfo/Makefile.am b/app/xdpyinfo/Makefile.am index 2f21ddad2..4cb8b5143 100644 --- a/app/xdpyinfo/Makefile.am +++ b/app/xdpyinfo/Makefile.am @@ -73,3 +73,5 @@ ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ lint: $(LINT) $(ALL_LINT_FLAGS) $(AM_CFLAGS) $(xdpyinfo_SOURCES) endif LINT + +EXTRA_DIST = README.md |