ctlseqs/src/Makefile.am

14 lines
462 B
Makefile
Raw Normal View History

2020-12-15 12:49:45 +00:00
#
2021-01-10 17:53:38 +00:00
# Copyright (C) 2020,2021 CismonX <admin@cismon.net>
2020-12-15 12:49: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.
#
2020-11-17 06:24:43 +00:00
lib_LTLIBRARIES = libctlseqs.la
libctlseqs_la_SOURCES = ctlseqs.c
2020-12-15 12:49:45 +00:00
libctlseqs_la_LDFLAGS = -version-info $(CTLSEQS_LT_VERSION)
2020-11-17 06:24:43 +00:00
2020-11-27 01:23:12 +00:00
include_HEADERS = ctlseqs.h