1
1

Need to make libevent.la be noinst so that it becomes a convenience

This commit was SVN r770.
Этот коммит содержится в:
Jeff Squyres 2004-02-13 13:36:41 +00:00
родитель aaf71b83c8
Коммит c3e9d72cb5

Просмотреть файл

@ -20,8 +20,8 @@ EXTRA_DIST = acconfig.h err.c event.h evsignal.h event.3 kqueue.c \
WIN32-Prj/signal_test/signal_test.dsp WIN32-Prj/time_test \
WIN32-Prj/time_test/time_test.dsp
# LAM: Changed to libevent.la
lib_LTLIBRARIES = libevent.la
# LAM: Changed to noinst and libevent.la
noinst_LTLIBRARIES = libevent.la
# LAM: Get LIBOBJS and convert them to .lo (vs. .o)
libobj = @LIBOBJS@