From 63029a258de2249b0fce1dae4edf6833f76a4677 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Tue, 21 Apr 2009 16:39:30 -0400 Subject: [PATCH] [#1220] Compile dbus directory before audio --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9921e767fe..c3037e3293 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,7 @@ IAXSOURCES = IAXHEADERS = endif -SUBDIRS = audio config dbus plug-in hooks +SUBDIRS = dbus audio config plug-in hooks # Add here the cpp files to be build with sflphone sflphoned_SOURCES = \ -- GitLab