diff options
author | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2007-06-27 16:24:42 -0300 |
---|---|---|
committer | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2007-06-27 16:27:29 -0300 |
commit | 62f43d8b33f67d8f3d0bd65787ffae9e6b634d65 (patch) | |
tree | 1db6834b6f2eb44c6be4a7a3712e9ba09ff6991a /hw/kdrive/i810 | |
parent | 3860996d5666b76600b1537e2cbd58e36b086308 (diff) |
Relink properly all kdrive servers when changes happen.
Diffstat (limited to 'hw/kdrive/i810')
-rw-r--r-- | hw/kdrive/i810/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/i810/Makefile.am b/hw/kdrive/i810/Makefile.am index 79093da60..b7aacd6d7 100644 --- a/hw/kdrive/i810/Makefile.am +++ b/hw/kdrive/i810/Makefile.am @@ -28,5 +28,7 @@ Xi810_LDADD = \ @KDRIVE_LIBS@ \ @XSERVER_LIBS@ +Xi810_DEPENDENCIES = @KDRIVE_LOCAL_LIBS@ + relink: rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS) |