Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
edeb4b98
Commit
edeb4b98
authored
13 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
* #6714: fixed make distcheck for sflphone-plugins
parent
4a7d6245
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
plugins/VERSION
+0
-1
0 additions, 1 deletion
plugins/VERSION
plugins/addressbook/evolution/Makefile.am
+4
-2
4 additions, 2 deletions
plugins/addressbook/evolution/Makefile.am
plugins/configure.ac
+2
-5
2 additions, 5 deletions
plugins/configure.ac
with
6 additions
and
8 deletions
plugins/VERSION
deleted
100644 → 0
+
0
−
1
View file @
4a7d6245
0.9.14
This diff is collapsed.
Click to expand it.
plugins/addressbook/evolution/Makefile.am
+
4
−
2
View file @
edeb4b98
...
@@ -2,7 +2,7 @@ include ../../globals.mak
...
@@ -2,7 +2,7 @@ include ../../globals.mak
noinst_PROGRAMS
=
libevladdrbook.so
noinst_PROGRAMS
=
libevladdrbook.so
libevladdrbook_so_SOURCES
=
eds.c addressbook.c
libevladdrbook_so_SOURCES
=
eds.c
eds.h
addressbook.c
addressbook.h
libevladdrbook_so_LDFLAGS
=
--shared
$(
SFLGLIB_LDFLAGS
)
$(
SFLGTK_LDFLAGS
)
$(
LIBEDATASERVER_LDFLAGS
)
$(
LIBEDATASERVERUI_LDFLAGS
)
$(
LIBEBOOK_LDFLAGS
)
libevladdrbook_so_LDFLAGS
=
--shared
$(
SFLGLIB_LDFLAGS
)
$(
SFLGTK_LDFLAGS
)
$(
LIBEDATASERVER_LDFLAGS
)
$(
LIBEDATASERVERUI_LDFLAGS
)
$(
LIBEBOOK_LDFLAGS
)
...
@@ -15,7 +15,9 @@ install-exec-local: install-libplugin_libevladdrbook_so
...
@@ -15,7 +15,9 @@ install-exec-local: install-libplugin_libevladdrbook_so
uninstall-local
:
uninstall-libplugin_libevladdrbook_so
uninstall-local
:
uninstall-libplugin_libevladdrbook_so
install-libplugin_libevladdrbook_so
:
libevladdrbook.so
install-libplugin_libevladdrbook_so
:
libevladdrbook.so
mkdir
-p
$(
sflplugindir
)
$(
INSTALL_PROGRAM
)
libevladdrbook.so
$(
sflplugindir
)
$(
INSTALL_PROGRAM
)
libevladdrbook.so
$(
sflplugindir
)
uninstall-libplugin_libevladdrbook_so
:
uninstall-libplugin_libevladdrbook_so
:
rm
-f
$(
sflplugindir
)
/libevladdrbook.so
rm
-f
$(
sflplugindir
)
/libevladdrbook.so
rm
-rf
$(
sflplugindir
)
This diff is collapsed.
Click to expand it.
plugins/configure.ac
+
2
−
5
View file @
edeb4b98
AC_INIT([
SFL
phone],[0.9.14],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
AC_INIT([
sfl
phone],[0.9.14],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([config.h])
PACKAGE=SFLphone
AM_INIT_AUTOMAKE
VERSION=`cat VERSION`
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIR([m4])
dnl Silent build by default. Use make V=1 to increase verbosity
dnl Silent build by default. Use make V=1 to increase verbosity
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment