diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-24 09:41:44 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-28 12:27:28 +0200 |
commit | ca2bec1322525e0c7ce5c316c3ed19b52d800bdf (patch) | |
tree | 1f05bc011bf30b96d07eeec69361ad16751d10cd /Makefile.am | |
parent | 875ccee7c97f6040b17c85dd30e72e55061bacef (diff) |
Add automake and Visual Studio build files
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..9163b70 --- /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-oracle.pc |