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>
18 lines
451 B
Makefile
18 lines
451 B
Makefile
################################################################################
|
|
#
|
|
# sysprof
|
|
#
|
|
################################################################################
|
|
|
|
SYSPROF_VERSION = 1.2.0
|
|
SYSPROF_SITE = http://sysprof.com
|
|
SYSPROF_DEPENDENCIES = libglib2
|
|
SYSPROF_LICENSE = GPL-2.0+
|
|
SYSPROF_LICENSE_FILES = COPYING
|
|
|
|
ifeq ($(BR2_PACKAGE_SYSPROF_GUI),y)
|
|
SYSPROF_DEPENDENCIES += libgtk2 libglade gdk-pixbuf
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|