summaryrefslogtreecommitdiff
path: root/package/libosip2
diff options
context:
space:
mode:
Diffstat (limited to 'package/libosip2')
-rw-r--r--package/libosip2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libosip2/Makefile b/package/libosip2/Makefile
index 67b7b77cb..db5b0abce 100644
--- a/package/libosip2/Makefile
+++ b/package/libosip2/Makefile
@@ -1,7 +1,7 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-include ${TOPDIR}/rules.mk
+include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= libosip2
PKG_VERSION:= 3.3.0
@@ -16,7 +16,7 @@ PKG_OPTS:= dev
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-include ${TOPDIR}/mk/package.mk
+include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBOSIP2,libosip2,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
@@ -30,4 +30,4 @@ libosip2-install:
${CP} ${WRKINST}/usr/lib/libosip{,parser}2.so* \
${IDIR_LIBOSIP2}/usr/lib/
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk