-rw-r--r-- | components/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/Makefile.am b/components/Makefile.am new file mode 100644 index 0000000..8a07ffc --- a/dev/null +++ b/components/Makefile.am @@ -0,0 +1,5 @@ +componentsdir = ${pkgdatadir}/components + +components_DATA = exception_dev exception_prod + +EXTRA_DIST = exception_dev exception_prod |