Skip to content

Commit 52a5ff9

Browse files
committed
autotools: add CMake sources to dist
1 parent ab14628 commit 52a5ff9

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ endif
7575
DEFS = -DDEBUG_PAM -DPAM_DEBUG @DEFS@
7676

7777
EXTRA_DIST = export.sym
78+
EXTRA_DIST += export.gnu export.llvm
79+
EXTRA_DIST += CMakeLists.txt cmake/FindPAM.cmake
7880

7981
# Release
8082

fuzz/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ fuzz_auth_LDADD = -lpam $(LIBFIDO2_LIBS) $(LIBCRYPTO_LIBS) ../pam_u2f.la
1414
noinst_PROGRAMS = fuzz_format_parsers fuzz_auth
1515

1616
EXTRA_DIST = coverage.sh make_seed.py export.sym
17+
EXTRA_DIST += export.gnu CMakeLists.txt

man/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dist_man1_MANS = pamu2fcfg.1
44
dist_man8_MANS = pam_u2f.8
55
MAINTAINERCLEANFILES = $(MANS)
66
EXTRA_DIST = $(MANS:=.txt)
7+
EXTRA_DIST += CMakeLists.txt
78

89
SUFFIXES = .1.txt .1 .8.txt .8
910

pamu2fcfg/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ pamu2fcfg_SOURCES += readpassphrase.c _readpassphrase.h
1010
pamu2fcfg_SOURCES += strlcpy.c openbsd-compat.h
1111
pamu2fcfg_SOURCES += ../util.c ../b64.c ../explicit_bzero.c
1212
pamu2fcfg_LDADD = $(LIBFIDO2_LIBS) $(LIBCRYPTO_LIBS)
13+
14+
EXTRA_DIST = CMakeLists.txt

tests/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ cfg_SOURCES = ./cfg.c ../cfg.c ../debug.c
2323
cfg_CFLAGS = -DPAM_U2F_TESTING -DSCONFDIR='"@SCONFDIR@"' $(AM_CFLAGS)
2424

2525
TESTS = $(check_PROGRAMS)
26+
27+
EXTRA_DIST = CMakeLists.txt

0 commit comments

Comments
 (0)