Skip to content
Snippets Groups Projects
Commit 872888a5 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Makefile.am: added CMakeLists.txt

parent dd60703b
No related branches found
No related tags found
1 merge request!116Makefile.am: added CMakeLists.txt
Pipeline #94573 passed
......@@ -11,6 +11,7 @@ doc/cdi_fman.pdf:
EXTRA_DIST = \
LICENSE \
CMakeLists.txt \
config/interface.rb \
doc/cdi_cman.pdf \
doc/cdi_fman.pdf \
......
......@@ -2,6 +2,8 @@ bin_PROGRAMS =
noinst_PROGRAMS =
check_PROGRAMS =
EXTRA_DIST = CMakeLists.txt
if ENABLE_CDI_APP
if ENABLE_CDI_LIB
bin_PROGRAMS += cdi
......
......@@ -3,6 +3,7 @@ check_LTLIBRARIES =
noinst_LTLIBRARIES =
EXTRA_PROGRAMS = make_fint
EXTRA_DIST = \
CMakeLists.txt \
cdilib.c \
make_cdilib
......
TEST_EXTENSIONS = @EXEEXT@ .run
EXTRA_DIST = CMakeLists.txt
# Serial tests:
TESTS = \
calendar_test1 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment