blob: 756331f9b158b147cfdf9b34f70ad95d87da922e (
plain)
1
2
3
4
5
6
|
# file : examples/Makefile.am
# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
EXTRA_DIST = __file__(extra_dist)
|