Skip to content

Commit

Permalink
build: Fix 'make distcheck'
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Sep 30, 2019
1 parent 25df8df commit 3530d49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ BUILT_SOURCES =

CLEANFILES =

EXTRA_DIST = HACKING meson.build meson_options.txt po/meson.build
EXTRA_DIST = HACKING meson.build meson_options.txt po/meson.build \
doc/manual/meson.build

incdir = $(includedir)/p11-kit-1/p11-kit
inc_HEADERS =
Expand Down
1 change: 0 additions & 1 deletion doc/manual/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,4 @@ CLEANFILES += \

EXTRA_DIST += \
$(MAN_IN_FILES) \
doc/manual/meson.build \
$(NULL)
1 change: 1 addition & 0 deletions p11-kit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ example_DATA = p11-kit/pkcs11.conf.example
EXTRA_DIST += \
p11-kit/docs.h \
p11-kit/meson.build \
p11-kit/libp11-kit.map \
$(NULL)

bin_PROGRAMS += p11-kit/p11-kit
Expand Down

0 comments on commit 3530d49

Please sign in to comment.