Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
140497b2
Commit
140497b2
authored
Jun 02, 2011
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #6012: fix make dist for sflphone-common
parent
d2598d68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
sflphone-common/Makefile.am
sflphone-common/Makefile.am
+1
-1
sflphone-common/configure.ac
sflphone-common/configure.ac
+1
-7
No files found.
sflphone-common/Makefile.am
View file @
140497b2
...
...
@@ -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
sflphone-common/configure.ac
View file @
140497b2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment