Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
0f4e8d05
Commit
0f4e8d05
authored
Feb 19, 2013
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #20627: daemon: fix autogen warnings
parent
dcd7c26e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
daemon/configure.ac
daemon/configure.ac
+2
-1
daemon/doc/dbus-api/Makefile.am
daemon/doc/dbus-api/Makefile.am
+1
-1
daemon/doc/doxygen/Makefile.am
daemon/doc/doxygen/Makefile.am
+0
-1
daemon/src/dbus/Makefile.am
daemon/src/dbus/Makefile.am
+9
-1
No files found.
daemon/configure.ac
View file @
0f4e8d05
...
...
@@ -6,7 +6,8 @@ AC_INIT([sflphone],[1.2.2],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013]])
AC_REVISION([$Revision$])
AM_INIT_AUTOMAKE
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wno-portability])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # required by automake 1.12
AC_CONFIG_HEADERS([config.h])
...
...
daemon/doc/dbus-api/Makefile.am
View file @
0f4e8d05
...
...
@@ -21,7 +21,7 @@ doc/spec/index.html: $(XMLS) tools/doc-generator.py tools/specparser.py $(TEMPLA
doc
:
$(GENERATED_FILES)
clean
:
clean
-local
:
rm
-rf
$(GENERATED_FILES)
rm
-rf
doc/spec
rm
-rf
tmp
...
...
daemon/doc/doxygen/Makefile.am
View file @
0f4e8d05
if
ENABLE_DOXYGEN
docdir
=
${prefix}
/share/doc/wifidog-@VERSION@
html_parent_dir
=
.
HTML_HEADER
=
HTML_FOOTER
=
...
...
daemon/src/dbus/Makefile.am
View file @
0f4e8d05
...
...
@@ -14,7 +14,15 @@ video_controls-glue.h: video_controls-introspec.xml Makefile.am
endif
# Rule to generate the binding headers
%-glue.h
:
%-introspec.xml Makefile.am
callmanager-glue.h
:
callmanager-introspec.xml Makefile.am
dbusxx-xml2cpp
$<
--adaptor
=
$@
# Rule to generate the binding headers
configurationmanager-glue.h
:
configurationmanager-introspec.xml Makefile.am
dbusxx-xml2cpp
$<
--adaptor
=
$@
# Rule to generate the binding headers
instance-glue.h
:
instance-introspec.xml Makefile.am
dbusxx-xml2cpp
$<
--adaptor
=
$@
libdbus_la_SOURCES
=
\
...
...
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