diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-24 09:58:48 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-24 10:23:47 +0200 |
commit | aefb392d4d6bcb59c3f3df34018d754ac4f718e9 (patch) | |
tree | 3d881a964e5ce72c50723ef04ee85034cece8b4a /qt/oracle/Makefile.am | |
parent | 7703243861e4ade2c0fcdda98033a19d006717b7 (diff) |
Add Oracle to automake and Visual Studio build
Diffstat (limited to 'qt/oracle/Makefile.am')
-rw-r--r-- | qt/oracle/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qt/oracle/Makefile.am b/qt/oracle/Makefile.am new file mode 100644 index 0000000..dedab0e --- /dev/null +++ b/qt/oracle/Makefile.am @@ -0,0 +1,7 @@ +# file : qt/oracle/Makefile.am +# author : Constantin Michael <constantin@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) |