diff options
Diffstat (limited to 'hw/kdrive/epson/Makefile.am')
-rw-r--r-- | hw/kdrive/epson/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/kdrive/epson/Makefile.am b/hw/kdrive/epson/Makefile.am index 0ef8e4573..cd2057132 100644 --- a/hw/kdrive/epson/Makefile.am +++ b/hw/kdrive/epson/Makefile.am @@ -25,7 +25,9 @@ Xepson_LDADD = \ @KDRIVE_LIBS@ \ @XSERVER_LIBS@ -Xepson_DEPENDENCIES = @KDRIVE_LOCAL_LIBS@ +Xepson_DEPENDENCIES = \ + libepson.a \ + @KDRIVE_LOCAL_LIBS@ relink: rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS) |