mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #6714: fixed make distcheck for sflphone-plugins
This commit is contained in:
@ -1 +0,0 @@
|
||||
0.9.14
|
@ -2,7 +2,7 @@ include ../../globals.mak
|
||||
|
||||
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)
|
||||
|
||||
@ -15,7 +15,9 @@ install-exec-local: install-libplugin_libevladdrbook_so
|
||||
uninstall-local: uninstall-libplugin_libevladdrbook_so
|
||||
|
||||
install-libplugin_libevladdrbook_so: libevladdrbook.so
|
||||
$(INSTALL_PROGRAM) libevladdrbook.so $(sflplugindir)
|
||||
mkdir -p $(sflplugindir)
|
||||
$(INSTALL_PROGRAM) libevladdrbook.so $(sflplugindir)
|
||||
|
||||
uninstall-libplugin_libevladdrbook_so:
|
||||
rm -f $(sflplugindir)/libevladdrbook.so
|
||||
rm -rf $(sflplugindir)
|
||||
|
@ -1,10 +1,7 @@
|
||||
AC_INIT([SFLphone],[0.9.14],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
|
||||
AC_INIT([sflphone],[0.9.14],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
PACKAGE=SFLphone
|
||||
VERSION=`cat VERSION`
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
dnl Silent build by default. Use make V=1 to increase verbosity
|
||||
|
Reference in New Issue
Block a user