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