diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-18 15:30:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-18 15:30:06 +0200 |
commit | 41c7293bf991e4449c41224e812634b414ec5b83 (patch) | |
tree | cf956be48694bf8c1ea08e9250486e2191c7f799 /Makefile.am | |
parent | 62e7abd564f6f9c7a3ab9e7e469853c93bd0e4c9 (diff) |
Autotools and VC++ build systems setup
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..031bf8b --- /dev/null +++ b/Makefile.am @@ -0,0 +1,12 @@ +# file : 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) +dist_doc_DATA = __file__(docs) +EXTRA_DIST = __file__(extra_dist) +ACLOCAL_AMFLAGS = -I m4 + +pkgconfigdir = @pkgconfigdir@ +pkgconfig_DATA= libodb-sqlite.pc |