summaryrefslogtreecommitdiff
path: root/dbus/examples
AgeCommit message (Collapse)AuthorFilesLines
2011-05-30Include config.h in generated C files, and regenerate dbus-gmarshal.cSimon McVittie1-1/+3
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37060 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2011-05-30Consistently include config.h in all non-generated .c filesSimon McVittie7-0/+14
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37060 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2010-10-05Free path string after emission in in statemachine server exampleChristian Dywan1-0/+1
2010-08-09Consolidate LDADD variables in tests/examples and make them more completeSimon McVittie2-6/+8
This fixes compilation with LDFLAGS=-Wl,--no-add-needed, which is the default behaviour of GNU gold, and of Fedora's patched GNU ld. See: http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking Bug: https://bugs.freedesktop.org/show_bug.cgi?id=29274 Reviewed-by: Colin Walters <walters@verbum.org>
2009-04-15add --with-dbus-binding-tool option to use an external dbus-binding-toolPeter Korsgaard2-4/+4
Cross compilation fix. dbus-binding-tool needs to run on the host, but gets compiled for the target. Add an option to use an external program (host version) instead, similar to the --with-introspect-xml option. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
2007-09-11Fix build with non-gcc compilersRoss Burton1-1/+1
AIX's compiler and some non-c99 compilers are braindead, massage the code to work with them (#11675, thanks Peter O'Gorman).
2006-08-22Fix out-of-tree compilationSteve Frécinaux2-2/+15
(cherry picked from 4b85a9e92bcf21356f25c535b3550a330cb018a4 commit)
2006-06-29- Really commit the glib to dbus move and build fixesJohn (J5) Palmieri2-12/+12
2006-06-29- Created empty NEWS fileJohn (J5) Palmieri18-0/+2052
- renamed glib dir to dbus so include paths stay the same in the examples - build now works