diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-06-19 17:19:22 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-06-19 17:19:22 +0200 |
commit | 4243aee728dd038e23f05a69d60208e9cebd8635 (patch) | |
tree | 9808307fdd2fc32461cf50e0512eac7ae7cfb438 /mysys | |
parent | d1d19a68830c71d5aa6dfd71ecdfab5170904783 (diff) | |
download | mariadb-git-4243aee728dd038e23f05a69d60208e9cebd8635.tar.gz |
Fix "make dist" : add my_winfile.c and my_winerr.c to EXTRA_DIST list
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am index 1dd4cc0f780..edeba73a5ee 100644 --- a/mysys/Makefile.am +++ b/mysys/Makefile.am @@ -74,7 +74,7 @@ endif EXTRA_DIST = thr_alarm.c thr_lock.c my_pthread.c my_thr_init.c \ thr_mutex.c thr_rwlock.c waiting_threads.c \ CMakeLists.txt mf_soundex.c \ - my_conio.c my_wincond.c my_winthread.c + my_conio.c my_wincond.c my_winthread.c my_winfile.c my_winerr.c # test_dir_DEPENDENCIES= $(LIBRARIES) # testhash_DEPENDENCIES= $(LIBRARIES) # test_charset_DEPENDENCIES= $(LIBRARIES) |