blob: 7661bd90a6580c70bdee54b7b49c26d39b4e0165 (
plain)
1
2
3
4
5
6
7
|
# file : sqlite/Makefile.am
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
EXTRA_DIST = __file__(extra_dist)
|