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
140497b2
Commit
140497b2
authored
13 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
* #6012: fix make dist for sflphone-common
parent
d2598d68
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sflphone-common/Makefile.am
+1
-1
1 addition, 1 deletion
sflphone-common/Makefile.am
sflphone-common/configure.ac
+1
-7
1 addition, 7 deletions
sflphone-common/configure.ac
with
2 additions
and
8 deletions
sflphone-common/Makefile.am
+
1
−
1
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
This diff is collapsed.
Click to expand it.
sflphone-common/configure.ac
+
1
−
7
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
...
...
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