blob: e3dd32aa4a0c737e12b0b17ccb7b74c9f0272972 (
plain)
1
2
3
4
5
6
7
8
9
|
## Makefile.am -- an automake template for Makefile.in file
## Copyright (C) 2019 Sane Developers.
##
## This file is part of the "Sane" build infra-structure. See
## included LICENSE file for license information.
if WITH_GENESYS_TESTS
SUBDIRS = genesys
endif
|