summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 46105dc..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-# file : Makefile.am
-# license : GNU GPL v2; see accompanying LICENSE file
-
-SUBDIRS = libcommon common evolution
-
-if ODB_TESTS_BOOST
-SUBDIRS += boost
-endif
-
-if ODB_TESTS_QT
-SUBDIRS += qt
-endif
-
-if DATABASE_MYSQL
-SUBDIRS += mysql
-endif
-
-if DATABASE_SQLITE
-SUBDIRS += sqlite
-endif
-
-if DATABASE_PGSQL
-SUBDIRS += pgsql
-endif
-
-if DATABASE_ORACLE
-SUBDIRS += oracle
-endif
-
-if DATABASE_MSSQL
-SUBDIRS += mssql
-endif
-
-EXTRA_DIST = __file__(extra_dist)
-ACLOCAL_AMFLAGS = -I m4