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/fbdev/Makefile.am | |
parent | 3860996d5666b76600b1537e2cbd58e36b086308 (diff) |
Relink properly all kdrive servers when changes happen.
Diffstat (limited to 'hw/kdrive/fbdev/Makefile.am')
-rw-r--r-- | hw/kdrive/fbdev/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/fbdev/Makefile.am b/hw/kdrive/fbdev/Makefile.am index b7a863bf6..f7a94e183 100644 --- a/hw/kdrive/fbdev/Makefile.am +++ b/hw/kdrive/fbdev/Makefile.am @@ -19,6 +19,8 @@ Xfbdev_LDADD = \ @KDRIVE_LIBS@ \ @XSERVER_LIBS@ +Xfbdev_DEPENDENCIES = @KDRIVE_LOCAL_LIBS@ + relink: rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS) endif |