diff options
Diffstat (limited to 'win32/contrib')
-rw-r--r-- | win32/contrib/Makefile.am | 56 |
1 files changed, 3 insertions, 53 deletions
diff --git a/win32/contrib/Makefile.am b/win32/contrib/Makefile.am index 3e96887b5..433ea66e6 100644 --- a/win32/contrib/Makefile.am +++ b/win32/contrib/Makefile.am @@ -9,63 +9,13 @@ libsetenv = libsetenv.la endif if WIN32 -noinst_LTLIBRARIES = $(libsetenv) libtimer.la libdirent.la +win32libs = libtimer.la libdirent.la endif +noinst_LTLIBRARIES = $(libsetenv) $(win32libs) + libsetenv_la_SOURCES = setenv.c libtimer_la_SOURCES = timer/timer.c libdirent_la_SOURCES = dirent/dirent.c - -EXTRA_DIST = \ - pthreads/FAQ \ - pthreads/NEWS \ - pthreads/TODO \ - pthreads/barrier.c \ - pthreads/build.tar.gz \ - pthreads/cleanup.c \ - pthreads/pthread.h \ - pthreads/private.c \ - pthreads/CONTRIBUTORS \ - pthreads/dll.c \ - pthreads/README.CV \ - pthreads/tsd.c \ - pthreads/COPYING.LIB \ - pthreads/signal.c \ - pthreads/README \ - pthreads/condvar.c \ - pthreads/sched.c \ - pthreads/sched.h \ - pthreads/WinCE-PORT \ - pthreads/semaphore.c \ - pthreads/semaphore.h \ - pthreads/README.NONPORTABLE \ - pthreads/PROGRESS \ - pthreads/errno.c \ - pthreads/need_errno.h \ - pthreads/global.c \ - pthreads/cancel.c \ - pthreads/attr.c \ - pthreads/config.h \ - pthreads/nonportable.c \ - pthreads/exit.c \ - pthreads/fork.c \ - pthreads/README.WinCE \ - pthreads/config.h.in \ - pthreads/mutex.c \ - pthreads/misc.c \ - pthreads/pthread.def \ - pthreads/pthread.dsp \ - pthreads/pthread.dsw \ - pthreads/pthread.ncb \ - pthreads/pthread.opt \ - pthreads/spin.c \ - pthreads/sync.c \ - pthreads/rwlock.c \ - pthreads/ANNOUNCE \ - pthreads/MAINTAINERS \ - pthreads/create.c \ - pthreads/ChangeLog \ - pthreads/implement.h \ - pthreads/acconfig.h |