diff options
author | Hubert Figuière <hub@figuiere.net> | 2022-06-25 18:21:07 -0400 |
---|---|---|
committer | Hubert Figuière <hub@figuiere.net> | 2022-06-25 18:21:07 -0400 |
commit | 55287a22b32dbfc84473d1a89e5a5036defe9420 (patch) | |
tree | 9ee79c030b528bc49298b661fb65782b56b97ad0 | |
parent | 55b0e8a203131087cf3113d5ae5c3b24536dc1ac (diff) |
Fix make distcheck2.6.2
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index bfec1cb..aebf5b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,11 +37,10 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = third-party source XMPCore XMPFiles exempi -DIST_SUBDIRS = build third-party source XMPCore XMPFiles XMPFilesPlugins exempi public +DIST_SUBDIRS = build third-party source XMPCore XMPFiles XMPFilesPlugins samples exempi public if ENABLE_SAMPLES SUBDIRS += samples -DIST_SUBDIRS += samples endif EXTRA_DIST = autogen.sh ORIGINSTORY.md CODE_OF_CONDUCT.md CONTRIBUTING.md \ |