Skip to content
Snippets Groups Projects
Commit edeb4b98 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #6714: fixed make distcheck for sflphone-plugins

parent 4a7d6245
No related branches found
No related tags found
No related merge requests found
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
mkdir -p $(sflplugindir)
$(INSTALL_PROGRAM) libevladdrbook.so $(sflplugindir)
uninstall-libplugin_libevladdrbook_so:
rm -f $(sflplugindir)/libevladdrbook.so
rm -rf $(sflplugindir)
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment