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>
This commit is contained in:
Thomas Hellstrom
2018-01-03 21:26:22 +01:00
parent 08ad438e27
commit 1674782e35

View File

@@ -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