diff options
author | unknown <monty@work.mysql.com> | 2000-08-31 01:29:12 +0200 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2000-08-31 01:29:12 +0200 |
commit | 9f50424d4a75460f9b623c0dab4233c64dc18818 (patch) | |
tree | aba0c085b943345e631824d5a456992852992f2a /libmysql_r | |
parent | 6c8f9201822cf2218cbf24bf33c28a7516ad2680 (diff) | |
download | mariadb-git-9f50424d4a75460f9b623c0dab4233c64dc18818.tar.gz |
don't depend on mit-pthread files
Diffstat (limited to 'libmysql_r')
-rw-r--r-- | libmysql_r/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libmysql_r/Makefile.am b/libmysql_r/Makefile.am index 52b0c715008..110e26797bd 100644 --- a/libmysql_r/Makefile.am +++ b/libmysql_r/Makefile.am @@ -27,6 +27,17 @@ INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include \ ## automake barfs if you don't use $(srcdir) or $(top_srcdir) in include include $(top_srcdir)/libmysql/Makefile.shared +# Don't depend on files in pthread library +OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\ + __math.h time.h __time.h unistd.h __unistd.h types.h \ + xtypes.h ac-types.h posix.h string.h __string.h \ + errno.h socket.h inet.h dirent.h netdb.h \ + cleanup.h cond.h debug_out.h fd.h kernel.h mutex.h \ + prio_queue.h pthread_attr.h pthread_once.h queue.h\ + sleep.h specific.h version.h pwd.h timers.h uio.h \ + cdefs.h machdep.h signal.h __signal.h util.h lex.h \ + wait.h + libmysql_dir = $(top_srcdir)/libmysql libmysqlclient_r_la_SOURCES = $(target_sources) |