diff options
Diffstat (limited to 'package/ortp')
-rw-r--r-- | package/ortp/ortp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ortp/ortp.mk b/package/ortp/ortp.mk index f47af8a1a..65a03bf3f 100644 --- a/package/ortp/ortp.mk +++ b/package/ortp/ortp.mk @@ -2,4 +2,4 @@ ORTP_VERSION = 0.20.0 ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources ORTP_INSTALL_STAGING = YES -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |