From 0cbb45cc58d31cf38a32086048d589c76e918e28 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Tue, 12 Feb 2008 19:00:51 +0200 Subject: [PATCH] Fill in serviceentrydir for normal case. Thanks to Rodrigo Moya for spotting this. --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 4eaef79..2519956 100644 --- a/configure.ac +++ b/configure.ac @@ -376,10 +376,8 @@ if test "x$HAVE_HILDON" = "xyes"; then else desktopentrydir=$datadir/applications - serviceentrydir= + serviceentrydir=`$PKG_CONFIG dbus-1 --variable=session_bus_services_dir` pixmapdir=$datadir/pixmaps - pluginlibdir= - plugindesktopentrydir= # Application icon install directories icon_26x26dir=$datadir/icons/hicolor/26x26 -- 2.39.5