Skip to content
Snippets Groups Projects
Commit c75dbed0 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

Merge branch 'master' into qt-client

parents 4e6573f2 b7da067b
No related branches found
No related tags found
No related merge requests found
Showing
with 150 additions and 66 deletions
......@@ -362,8 +362,7 @@ help_contents_cb(GtkAction *action)
GError *error = NULL;
gnome_help_display("sflphone.xml", NULL, &error);
if (error != NULL)
{
if (error != NULL) {
g_warning("%s", error->message);
g_error_free(error);
}
......
0.9.8~beta
0.9.8~rc1
......@@ -3,7 +3,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([sflphone],[0.9.8~beta],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_INIT([sflphone],[0.9.8~rc1],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2009]])
AC_REVISION([$Revision$])
......
......@@ -34,10 +34,12 @@ HEADER_FILES = \
$(HEADER_DIR)/eventloop-integration.h \
$(GLIB_H)
# noinst_lib_includedir=$(includedir)/dbus-c++-1/dbus-c++/
noinst_HEADERS = $(HEADER_FILES)
pkglib_LTLIBRARIES = libdbus-c++-1.la
noinst_LTLIBRARIES = libdbus-c++-1.la
libdbus_c___1_la_SOURCES = $(HEADER_FILES) interface.cpp object.cpp introspection.cpp debug.cpp types.cpp connection.cpp connection_p.h property.cpp dispatcher.cpp dispatcher_p.h pendingcall.cpp pendingcall_p.h error.cpp internalerror.h message.cpp message_p.h server.cpp server_p.h eventloop.cpp eventloop-integration.cpp $(GLIB_CPP) $(ECORE_CPP)
libdbus_c___1_la_LIBADD = $(dbus_LIBS) $(glib_LIBS) $(pthread_LIBS)
......
File mode changed from 100644 to 100755
......@@ -78,6 +78,7 @@ noinst_HEADERS = \
libsflphone_la_LIBADD = \
$(src)/libs/utilspp/libutilspp.la \
$(src)/libs/iax2/libiax2.la \
$(src)/libs/dbus-c++/src/libdbus-c++-1.la \
$(IAX_LIB) \
./sip/libsiplink.la \
./audio/libaudio.la \
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment