-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 @@ | |||
1 | componentsdir = ${pkgdatadir}/components | ||
2 | |||
3 | components_DATA = exception_dev exception_prod | ||
4 | |||
5 | EXTRA_DIST = exception_dev exception_prod | ||