summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2018-01-03 21:26:22 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2018-01-03 21:26:22 +0100
commit1674782e357950ca3a7438ac2a0eefece5566ffd (patch)
treed6c1ae7df840db4fee8ec7893358b7bc7926f4b7
parent08ad438e2793248452dab100822cbfcaa05b9938 (diff)
Add the common_compat.h source file for distribution
The common_compat.h source file was missing from Makefile.am causing "make distcheck" to fail. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b0dd147..06eb767 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -60,4 +60,5 @@ vmware_drv_la_SOURCES = \
vmware_bootstrap.h \
vmware_bootstrap.c \
vmware_common.c \
- vmware_common.h
+ vmware_common.h \
+ common_compat.h