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
2ac84e81
Commit
2ac84e81
authored
14 years ago
by
Alexandre Savard
Browse files
Options
Downloads
Patches
Plain Diff
[#5227] Deactivate automatic call to astyle after compilation
parent
0006c491
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
sflphone-client-gnome/src/Makefile.am
+1
-1
1 addition, 1 deletion
sflphone-client-gnome/src/Makefile.am
sflphone-common/src/Makefile.am
+2
-1
2 additions, 1 deletion
sflphone-common/src/Makefile.am
with
3 additions
and
2 deletions
sflphone-client-gnome/src/Makefile.am
+
1
−
1
View file @
2ac84e81
...
@@ -44,4 +44,4 @@ install-exec-local:
...
@@ -44,4 +44,4 @@ install-exec-local:
uninstall-local
:
uninstall-local
:
-
test
-h
$(
DESTDIR
)$(
bindir
)
/sflphone
&&
rm
$(
DESTDIR
)$(
bindir
)
/sflphone
-
test
-h
$(
DESTDIR
)$(
bindir
)
/sflphone
&&
rm
$(
DESTDIR
)$(
bindir
)
/sflphone
all
:
indent
#
all: indent
This diff is collapsed.
Click to expand it.
sflphone-common/src/Makefile.am
+
2
−
1
View file @
2ac84e81
...
@@ -3,6 +3,8 @@ include ../globals.mak
...
@@ -3,6 +3,8 @@ include ../globals.mak
libexecdir
=
$(
libdir
)
/sflphone
libexecdir
=
$(
libdir
)
/sflphone
libexec_PROGRAMS
=
sflphoned
libexec_PROGRAMS
=
sflphoned
# all: indent
SUBDIRS
=
dbus audio config plug-in hooks
history
sip iax im
SUBDIRS
=
dbus audio config plug-in hooks
history
sip iax im
# Add here the cpp files to be build with sflphone
# Add here the cpp files to be build with sflphone
...
@@ -105,4 +107,3 @@ libsflphone_la_CFLAGS = \
...
@@ -105,4 +107,3 @@ libsflphone_la_CFLAGS = \
libsflphone_la_SOURCES
=
libsflphone_la_SOURCES
=
all
:
indent
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