summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/Makefile_insert (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-111/+0
(bzr r15046)
2014-04-16workaround build failure on Ubuntu 14.04 with dbus ext and clangAlex Valavanis1-1/+1
(bzr r13290)
2013-10-22Fix for Bug #1230292 (dbus service file not included in tarball when doing a ↵Nicolas Dufour1-1/+2
make dist) by Ryan Lerch. Fixed bugs: - https://launchpad.net/bugs/1230292 (bzr r12710)
2010-07-16Fix build failure when DBus is not enabledKrzysztof Kosi??ski1-0/+20
(bzr r9618)
2010-01-01Installing the pkgconfig fileTed Gould1-0/+8
(bzr r8254.1.52)
2010-01-01Fixing includesTed Gould1-0/+1
(bzr r8254.1.47)
2010-01-01Adding all of the library stuff in. Including libtool in configure and ↵Ted Gould1-0/+28
libtoolize in autogen.sh (bzr r8254.1.46)
2010-01-01Cleaning up the Makefile so it's easier to readTed Gould1-10/+19
(bzr r8254.1.45)
2009-12-31Adding dbus descriptions to EXTRA_DISTTed Gould1-0/+4
(bzr r8254.1.42)
2009-12-31Installing the service files into the dbus service directoryTed Gould1-1/+1
(bzr r8254.1.41)
2009-12-31Making BUILT_SOURCES an appendTed Gould1-1/+1
(bzr r8254.1.39)
2009-08-15Fixed service file!Soren Berg1-1/+1
Service file will now point to $(prefix) of most recently installed inkscape. (bzr r8254.1.29)
2009-08-11Added wrapper code.Soren Berg1-2/+11
Still under construction, will be merged into the main Makefile_Insert later. (bzr r8254.1.23)
2009-07-12Core Dbus files.Soren Berg1-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)