[gnome-bluetooth/gnome-2-28] Fix SMP build



commit 0622ea93f4e42d1599f2467e6bef5dca49cd99fd
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Sep 29 11:36:58 2009 +0100

    Fix SMP build

 wizard/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wizard/Makefile.am b/wizard/Makefile.am
index fc92c5e..074f55f 100644
--- a/wizard/Makefile.am
+++ b/wizard/Makefile.am
@@ -9,7 +9,7 @@ bin_PROGRAMS = bluetooth-wizard
 
 bluetooth_wizard_SOURCES = main.c
 
-bluetooth_wizard_LDADD = $(top_builddir)/lib/libgnome-bluetooth.la $(top_builddir)/lib/libcommon.la $(top_builddir)/wizard/libwizard.la $(WIZARD_LIBS)
+bluetooth_wizard_LDADD = $(top_builddir)/lib/libgnome-bluetooth.la $(top_builddir)/lib/libcommon.la libwizard.la $(WIZARD_LIBS)
 
 AM_CFLAGS = $(WIZARD_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPKGDATADIR="\"$(pkgdatadir)\""
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]