mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
dbe145f015
libraries always ended up in "dir..", even though they were not supposed to be installed anyway (they are only required at link time). Fixed it by replacing libs_LIBRARIES with noinst_LIBRARIES for all InnoDB Makefile.am files and by removing "libsdir = " from innobase/include/Makefile.i .
6 lines
188 B
OpenEdge ABL
6 lines
188 B
OpenEdge ABL
# Makefile included in Makefile.am in every subdirectory
|
|
|
|
INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../../include -I../../include
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|