diff options
author | lenz@mysql.com <> | 2002-05-03 12:31:25 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-05-03 12:31:25 +0200 |
commit | 818af46d6c3a44408bdd4dd77b3d5e9a76b5b893 (patch) | |
tree | f018e0ba3a16dbef55c7195250c190640678514d /include/Makefile.am | |
parent | 23982514c150938d252e16a222d7b4f314c4b9b9 (diff) | |
download | mariadb-git-818af46d6c3a44408bdd4dd77b3d5e9a76b5b893.tar.gz |
Reworked the RPM spec file and added several fixes to make the
build scripts work again.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 0745029a41d..1de98a07ef0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -18,7 +18,7 @@ BUILT_SOURCES = mysql_version.h m_ctype.h my_config.h pkginclude_HEADERS = dbug.h m_string.h my_sys.h my_list.h \ mysql.h mysql_com.h mysqld_error.h mysql_embed.h \ - my_pthread.h my_no_pthread.h raid.h errmsg.h \ + my_semaphore.h my_pthread.h my_no_pthread.h raid.h errmsg.h \ my_global.h my_net.h my_alloc.h\ sslopt-case.h sslopt-longopts.h sslopt-usage.h \ sslopt-vars.h $(BUILT_SOURCES) |