summaryrefslogtreecommitdiffstats
path: root/bindings/Makefile.am
blob: 0ba6aac2891080d1fbf79f8ab981425e248ce6c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (C) 2022-2023 Red Hat, Inc.  All rights reserved.
#
# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
#
# This software licensed under GPL-2.0+
#

MAINTAINERCLEANFILES	= Makefile.in

SUBDIRS			= .

if BUILD_RUST_BINDINGS
SUBDIRS			+= rust
endif