64c42c5e2c
Now that we do not override the automagic handling of include directories witbh aclocal, the missing m4 directories will be automatically created by aclocal itself. So we can drop of hooks. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> [yann.morin.1998@free.fr: slight rewording in the commit log] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
403 B
Makefile
15 lines
403 B
Makefile
################################################################################
|
|
#
|
|
# lcdapi
|
|
#
|
|
################################################################################
|
|
|
|
LCDAPI_VERSION = 0.11
|
|
LCDAPI_SITE = $(call github,spdawson,lcdapi,v$(LCDAPI_VERSION))
|
|
LCDAPI_LICENSE = LGPL-2.1+
|
|
LCDAPI_LICENSE_FILES = COPYING
|
|
LCDAPI_AUTORECONF = YES
|
|
LCDAPI_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|