From: Arvin Schnell Date: Wed, 8 Aug 2012 07:44:24 +0000 (+0200) Subject: - work on dbus interface X-Git-Tag: v0.1.3~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3d34eab825fd51918f0e25f49a8d88da0c8bd44;p=thirdparty%2Fsnapper.git - work on dbus interface --- diff --git a/client/Makefile.am b/client/Makefile.am index 8ce0df18..43e3f580 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = utils -INCLUDES = -I$(top_srcdir) -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include +INCLUDES = -I$(top_srcdir) -I/usr/include/dbus-1.0 -I$(libdir)/dbus-1.0/include bin_PROGRAMS = snapper diff --git a/dbus/Makefile.am b/dbus/Makefile.am index eb466b4e..bec1acdc 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -2,7 +2,7 @@ # Makefile.am for snapper/utils/dbus # -INCLUDES = -I$(top_srcdir) -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include +INCLUDES = -I$(top_srcdir) -I/usr/include/dbus-1.0 -I$(libdir)/dbus-1.0/include noinst_LTLIBRARIES = libdbus.la diff --git a/server/Makefile.am b/server/Makefile.am index e2185315..e83624ec 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -2,7 +2,7 @@ # Makefile.am for snapper/server # -INCLUDES = -I$(top_srcdir) -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include +INCLUDES = -I$(top_srcdir) -I/usr/include/dbus-1.0 -I$(libdir)/dbus-1.0/include sbin_PROGRAMS = snapperd