arif/include/Makefile.am

19 lines
469 B
Makefile
Raw Normal View History

2023-07-28 00:30:25 +00:00
#
2023-02-12 12:26:45 +00:00
# Copyright (C) 2023 CismonX <admin@cismon.net>
2023-07-28 00:30:25 +00:00
#
2023-02-12 12:26:45 +00:00
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
2023-07-28 00:30:25 +00:00
#
2023-02-12 12:26:45 +00:00
noinst_HEADERS = arif_defs.h arify.h
include_HEADERS = arif.h
2023-02-12 12:26:45 +00:00
if BUILD_ARIF_READLINE
noinst_HEADERS += arify_rl.h
include_HEADERS += arif_rl.h
2023-02-12 12:26:45 +00:00
endif # BUILD_ARIF_READLINE