Skip to content
Snippets Groups Projects
Commit 3fcb3feb authored by Cyrille Béraud's avatar Cyrille Béraud Committed by Adrien Béraud
Browse files

Migrate addressbook plugin to Ring

Change-Id: I333ad302cc5c9c230f60490074cb85d06952160b
parent 3ec50b81
No related branches found
No related tags found
No related merge requests found
AC_INIT([sflphone],[1.4.2],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins]) AC_INIT([Ring],[2.0.0],[sflphoneteam@savoirfairelinux.com],[ring-plugins])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
......
...@@ -4,7 +4,7 @@ src = $(top_srcdir) ...@@ -4,7 +4,7 @@ src = $(top_srcdir)
ASTYLERC="$(top_srcdir)/../astylerc" ASTYLERC="$(top_srcdir)/../astylerc"
indent="/usr/bin/astyle" indent="/usr/bin/astyle"
sfllibdir=$(DESTDIR)$(libdir)/sflphone sfllibdir=$(DESTDIR)$(libdir)/ring
sflplugindir=$(sfllibdir)/plugins sflplugindir=$(sfllibdir)/plugins
# Preprocessor flags # Preprocessor flags
...@@ -15,9 +15,9 @@ AM_CPPFLAGS = $(DEPS_CFLAGS) \ ...@@ -15,9 +15,9 @@ AM_CPPFLAGS = $(DEPS_CFLAGS) \
-I$(src)/src/dbus \ -I$(src)/src/dbus \
-I$(src)/src/contacts \ -I$(src)/src/contacts \
-I$(src)/src/addressbook \ -I$(src)/src/addressbook \
-DDATA_DIR=\""$(prefix)/share/sflphone"\" \ -DDATA_DIR=\""$(prefix)/share/ring"\" \
-DICONS_DIR=\""$(prefix)/share/sflphone"\" \ -DICONS_DIR=\""$(prefix)/share/ring"\" \
-DCODECS_DIR=\""$(prefix)/lib/sflphone/codecs"\" \ -DCODECS_DIR=\""$(prefix)/lib/ring/codecs"\" \
-DPREFIX=\"$(prefix)\" \ -DPREFIX=\"$(prefix)\" \
-DENABLE_TRACE \ -DENABLE_TRACE \
-DPREFIX=\""$(prefix)"\" \ -DPREFIX=\""$(prefix)"\" \
...@@ -25,7 +25,7 @@ AM_CPPFLAGS = $(DEPS_CFLAGS) \ ...@@ -25,7 +25,7 @@ AM_CPPFLAGS = $(DEPS_CFLAGS) \
-DDATADIR=\""$(datadir)"\" \ -DDATADIR=\""$(datadir)"\" \
-DLIBDIR=\""$(libdir)"\" \ -DLIBDIR=\""$(libdir)"\" \
-DLOCALEDIR=\""$(localedir)"\" \ -DLOCALEDIR=\""$(localedir)"\" \
-DSFLPHONE_UIDIR=\""$(datadir)/sflphone/ui"\" \ -DSFLPHONE_UIDIR=\""$(datadir)/ring/ui"\" \
-DPLUGINS_DIR=\""$(sflplugindir)"\" -DPLUGINS_DIR=\""$(sflplugindir)"\"
indent: indent:
@echo "Indenting code:" @echo "Indenting code:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment