diff options
author | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2007-07-05 01:57:41 -0300 |
---|---|---|
committer | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2007-07-05 01:57:41 -0300 |
commit | 41b5155c8be75c4e171c0f64616cc09598b8ec54 (patch) | |
tree | 9462fe082e420d9abe07df0ba5c8acc49aaed834 /hw/kdrive/fbdev | |
parent | 16e429bcbf2f62cfc58162ab2857afb7376dda41 (diff) |
For each kdrive server put a dependencie on its own libraries.
Diffstat (limited to 'hw/kdrive/fbdev')
-rw-r--r-- | hw/kdrive/fbdev/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/kdrive/fbdev/Makefile.am b/hw/kdrive/fbdev/Makefile.am index f7a94e183..ea2aff3b3 100644 --- a/hw/kdrive/fbdev/Makefile.am +++ b/hw/kdrive/fbdev/Makefile.am @@ -19,7 +19,9 @@ Xfbdev_LDADD = \ @KDRIVE_LIBS@ \ @XSERVER_LIBS@ -Xfbdev_DEPENDENCIES = @KDRIVE_LOCAL_LIBS@ +Xfbdev_DEPENDENCIES = \ + libfbdev.a \ + @KDRIVE_LOCAL_LIBS@ relink: rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS) |