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

* #6012: fix make dist for sflphone-common

parent d2598d68
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,5 @@ doc:
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libs src ringtones man $(TESTS_DIR)
EXTRA_DIST = m4/*.m4 tools/*.sh platform/* images/* README.gentoo
EXTRA_DIST = m4/*.m4 images/* README.gentoo
......@@ -11,18 +11,12 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
PACKAGE=SFLphone
VERSION=`cat VERSION`
AM_INIT_AUTOMAKE($NAME, $VERSION)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
# Silent build by default. Use make V=1 to increase verbosity
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
dnl Use this variable in the program
AC_SUBST(PACKAGE_VERSION)
dnl Rewrite name of programs to be installed
dnl AC_ARG_PROGRAM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment