mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
71cdd575f7
ChangeSet 2006/08/23 13:59:16-07:00 brian@zim.(none) This patch removes need for a innodb to have its own configure. univ.i: Replace ../ib_config.h with config.h. Makefile.i, Makefile.am: Change directory paths. configure.in: Delete. plug.in: New file, included from the top-level configure.in. setup.sh: Replace configure.in with plug.in.
10 lines
321 B
OpenEdge ABL
10 lines
321 B
OpenEdge ABL
# Makefile included in Makefile.am in every subdirectory
|
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
|
|
-I$(top_srcdir)/regex \
|
|
-I$(top_srcdir)/storage/innobase/include \
|
|
-I$(top_srcdir)/sql \
|
|
-I$(srcdir)
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|