From 4eb47c6a3d1d4d49ca331928503166421b381d04 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Wed, 24 Jun 2009 21:23:10 +0300 Subject: [PATCH] Enable compilation in maemo fremantle sdk. --- include/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/Makefile.am b/include/Makefile.am index b887c7c..4030c2e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,6 +9,9 @@ nodist_include_HEADERS = version.h noinst_HEADERS = driver.h element.h property.h ipv4.h rtnl.h dbus.h \ rfkill.h resolver.h ipconfig.h service.h option.h +abs_top_srcdir=$(shell pwd)/.. +abs_top_builddir=$(shell pwd)/.. + MAINTAINERCLEANFILES = Makefile.in all-local: -- 1.7.9.5