diff options
| author | Soren Berg <glimmer07@gmail.com> | 2009-07-12 17:08:53 +0000 |
|---|---|---|
| committer | glimmer07 <glimmer07@users.sourceforge.net> | 2009-07-12 17:08:53 +0000 |
| commit | 779ee4b74a28eef8186d19d632d61f88fbe5b1e0 (patch) | |
| tree | 6fab3fcd9a71c6b315497d9e6dcef6b3f5bc22e0 | |
| parent | Made public some functions so they could be used by the DBus code. Similar f... (diff) | |
| download | inkscape-779ee4b74a28eef8186d19d632d61f88fbe5b1e0.tar.gz inkscape-779ee4b74a28eef8186d19d632d61f88fbe5b1e0.zip | |
Added makefile_insert for DBus, if enabled.
(bzr r8254.1.8)
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bc5b2d839..90b0be28c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,6 +45,7 @@ all_libs = \ $(PYTHON_LIBS) \ $(INKBOARD_LIBS) \ $(LIBWPG_LIBS) \ + $(DBUS_LIBS) \ $(IMAGEMAGICK_LIBS) # Add sources common for Inkscape and Inkview to this variable. @@ -62,6 +63,7 @@ INCLUDES = \ $(IMAGEMAGICK_CFLAGS) \ $(INKBOARD_CFLAGS) \ $(LIBWPG_CFLAGS) \ + $(DBUS_CFLAGS) \ $(XFT_CFLAGS) \ $(LCMS_CFLAGS) \ $(POPPLER_CFLAGS) \ @@ -104,6 +106,7 @@ include dialogs/Makefile_insert include display/Makefile_insert include dom/Makefile_insert include extension/Makefile_insert +include extension/dbus/Makefile_insert include extension/implementation/Makefile_insert include extension/internal/Makefile_insert include extension/script/Makefile_insert |
