blob: 7cfd03ca63bf3707d60196239729aab5c9f624f3 (
plain)
1
2
3
4
5
6
|
# file : sqlite/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)
|