diff options
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | tests/metadata/Makefile.am | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2d049542..d1e17d6a 100644 --- a/configure.ac +++ b/configure.ac @@ -890,6 +890,7 @@ tests/data/ca1-la/Makefile tests/data/idp1-la/Makefile tests/data/lecp1-la/Makefile tests/data/sp1-la/Makefile +tests/metadata/Makefile lasso.pc win32/Makefile win32/lasso.rc diff --git a/tests/metadata/Makefile.am b/tests/metadata/Makefile.am new file mode 100644 index 00000000..413fc74d --- /dev/null +++ b/tests/metadata/Makefile.am @@ -0,0 +1,6 @@ +EXTRA_DIST = \ + metadata_01.xml + metadata_02.xml + metadata_03.xml + metadata_04.xml + metadata_05.xml |
