diff options
author | David Reveman <c99drn@cs.umu.se> | 2005-06-13 16:38:06 +0000 |
---|---|---|
committer | David Reveman <c99drn@cs.umu.se> | 2005-06-13 16:38:06 +0000 |
commit | 2eab094816726542c4de6c9db5efa102ab1e1593 (patch) | |
tree | 2e2126f05d114b726849a67c978f6a6583d06dfa /hw/kdrive/epson | |
parent | 49476ca73c86a599a1bc49cba1117d42f59996a8 (diff) |
Build fixes
Diffstat (limited to 'hw/kdrive/epson')
-rw-r--r-- | hw/kdrive/epson/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/kdrive/epson/Makefile.am b/hw/kdrive/epson/Makefile.am index 726ae6aa4..a4ec2706a 100644 --- a/hw/kdrive/epson/Makefile.am +++ b/hw/kdrive/epson/Makefile.am @@ -12,7 +12,11 @@ noinst_LIBRARIES = libepson.a libepson_a_SOURCES = \ epson13806.c \ - epson13806draw.c + epson13806.h \ + epson13806draw.c\ + epson13806draw.h\ + epson13806reg.h + Xepson_SOURCES = \ epson13806stub.c |