summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-111/+0
| | | (bzr r15046)
* workaround build failure on Ubuntu 14.04 with dbus ext and clangAlex Valavanis2014-04-161-1/+1
| | | (bzr r13290)
* Fix for Bug #1230292 (dbus service file not included in tarball when doing a ↵Nicolas Dufour2013-10-221-1/+2
| | | | | | | | make dist) by Ryan Lerch. Fixed bugs: - https://launchpad.net/bugs/1230292 (bzr r12710)
* Fix build failure when DBus is not enabledKrzysztof Kosi??ski2010-07-161-0/+20
| | | (bzr r9618)
* Installing the pkgconfig fileTed Gould2010-01-011-0/+8
| | | (bzr r8254.1.52)
* Fixing includesTed Gould2010-01-011-0/+1
| | | (bzr r8254.1.47)
* Adding all of the library stuff in. Including libtool in configure and ↵Ted Gould2010-01-011-0/+28
| | | | | libtoolize in autogen.sh (bzr r8254.1.46)
* Cleaning up the Makefile so it's easier to readTed Gould2010-01-011-10/+19
| | | (bzr r8254.1.45)
* Adding dbus descriptions to EXTRA_DISTTed Gould2009-12-311-0/+4
| | | (bzr r8254.1.42)
* Installing the service files into the dbus service directoryTed Gould2009-12-311-1/+1
| | | (bzr r8254.1.41)
* Making BUILT_SOURCES an appendTed Gould2009-12-311-1/+1
| | | (bzr r8254.1.39)
* Fixed service file!Soren Berg2009-08-151-1/+1
| | | | | Service file will now point to $(prefix) of most recently installed inkscape. (bzr r8254.1.29)
* Added wrapper code.Soren Berg2009-08-111-2/+11
| | | | | Still under construction, will be merged into the main Makefile_Insert later. (bzr r8254.1.23)
* Core Dbus files.Soren Berg2009-07-121-0/+31
Init creates interfaces on Inkscape startup. Application and document interface provide API functions over Dbus. service.in file makes sure Inkscape starts automatically when someone connects to it over Dbus. (bzr r8254.1.3)