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