Updated mailing-list-patches patchset

Thanks Tk-Glitch for the update.
This commit is contained in:
Alistair Leslie-Hughes 2019-07-16 15:04:21 +10:00
parent 394c51bd20
commit c95aae1049

View File

@ -1,4 +1,4 @@
From c7768e2ba1a86ba18c78115f2e6306dd2e08abf1 Mon Sep 17 00:00:00 2001
From 4612f7cbb5fffdacf013eb447e5330c0a2da22d3 Mon Sep 17 00:00:00 2001
From: Zebediah Figura <z.figura12@gmail.com>
Date: Thu, 27 Jun 2019 22:30:12 -0500
Subject: [PATCH] winebus.inf: Add new INF file and copy it to the INF
@ -6,12 +6,38 @@ Subject: [PATCH] winebus.inf: Add new INF file and copy it to the INF
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
---
configure | 1 +
configure.ac | 1 +
loader/Makefile.in | 1 +
loader/wine.inf.in | 1 +
loader/winebus.inf.in | 22 ++++++++++++++++++++++
3 files changed, 24 insertions(+)
5 files changed, 26 insertions(+)
create mode 100644 loader/winebus.inf.in
diff --git a/configure b/configure
index f1de2c4052..11ff21f917 100755
--- a/configure
+++ b/configure
@@ -21032,6 +21032,7 @@ else
fonts \
loader/l_intl.nls \
loader/wine.inf \
+loader/winebus.inf \
loader/winehid.inf \
programs/msidb/msidb \
programs/msiexec/msiexec \
diff --git a/configure.ac b/configure.ac
index a7c45ace73..c1c992cd89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4035,6 +4035,7 @@ else
fonts \
loader/l_intl.nls \
loader/wine.inf \
+loader/winebus.inf \
loader/winehid.inf \
programs/msidb/msidb \
programs/msiexec/msiexec \
diff --git a/loader/Makefile.in b/loader/Makefile.in
index 3ada656408..11a476103c 100644
--- a/loader/Makefile.in