blob: e1e17c9ec2381f8b389991ca27aa8d76e3e723a4 (
plain)
1
2
3
4
5
6
|
# file : oracle/Makefile.am
# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
EXTRA_DIST = __file__(extra_dist)
|