Skip to content

Commit 44908d9

Browse files
committed
Makefile.am: Distribute README.md
1 parent fda589c commit 44908d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ nodist_pkgconfig_DATA = $(LIBXMLXX_MODULE_NAME).pc
1818

1919
include $(srcdir)/MSVC_NMake/filelist.am
2020

21-
dist_noinst_DATA = $(addprefix MSVC_NMake/,$(msvc_nmake_data))
21+
dist_noinst_DATA = \
22+
$(addprefix MSVC_NMake/,$(msvc_nmake_data)) \
23+
README.md
2224

2325
dist_noinst_SCRIPTS = autogen.sh
2426

0 commit comments

Comments
 (0)