summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorgweir@work.mysql.com <>2003-02-03 18:15:48 +0100
committergweir@work.mysql.com <>2003-02-03 18:15:48 +0100
commit50ca3ba714e1832d8d523aaeb1171320f249f9b6 (patch)
tree09c7efbe20270117d24297e2d2e6450705134386 /netware
parent2f8ed7921542b843055b3b253c137f456455e961 (diff)
downloadmariadb-git-50ca3ba714e1832d8d523aaeb1171320f249f9b6.tar.gz
Makefile.am:
Added a conditional to prevent compilation of netware executables
Diffstat (limited to 'netware')
-rw-r--r--netware/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am
index 5ea76b0a4f5..bfa87f25770 100644
--- a/netware/Makefile.am
+++ b/netware/Makefile.am
@@ -14,6 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+if PLATFORM_NETWARE
INCLUDES = -I$(srcdir)/../include -I../include -I..
bin_PROGRAMS = mysqld_safe mysql_install_db mysql_test_run libmysql
mysqld_safe_SOURCES= mysqld_safe.c my_manage.c
@@ -21,6 +22,7 @@ mysql_install_db_SOURCES= mysql_install_db.c my_manage.c
mysql_test_run_SOURCES= mysql_test_run.c my_manage.c
libmysql_SOURCES= libmysqlmain.c
libmysql_LDADD = ../libmysql/.libs/libmysqlclient.a
+endif
# Don't update the files from bitkeeper
%::SCCS/s.%