diff options
author | Philip Langdale <philipl@fido2.homeip.net> | 2007-02-09 15:06:17 -0800 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2007-02-09 15:06:17 -0800 |
commit | 0c76b95e7aeac034cc598ea6a407187f76466411 (patch) | |
tree | eaac5b878493c863769855b6d3798be7f9fb34de | |
parent | a283c62c1db9e25ba11c6d72e4d00e0d911d64a2 (diff) |
Add svga_modes.h to Makefile.amvmware-10_15_0
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 97ab86e..d6000fc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,6 +34,7 @@ vmware_drv_la_SOURCES = \ guest_os.h \ includeCheck.h \ svga_limits.h \ + svga_modes.h \ svga_reg.h \ svga_struct.h \ vm_basic_types.h \ |