Back out experimental pkg-config code for openssl

This commit is contained in:
tbbulloc 2007-05-29 05:14:18 +00:00
parent 1fd12df06f
commit 05f225d006

View File

@ -1,20 +1,12 @@
SUBDIRS = gen lib stat SUBDIRS = gen lib stat
# what flags you want to pass to the C compiler & linker # what flags you want to pass to the C compiler & linker
AM_CFLAGS = -I$(srcdir) -I$(srcdir)/gen -I$(srcdir)/lib -I$(srcdir)/stat \ AM_CFLAGS = -I$(srcdir) -I$(srcdir)/gen -I$(srcdir)/lib -I$(srcdir)/stat
$(openssl_CFLAGS)
bin_PROGRAMS = httperf idleconn bin_PROGRAMS = httperf idleconn
httperf_SOURCES = httperf.c httperf.h object.c object.h call.c call.h conn.c \ httperf_SOURCES = httperf.c httperf.h object.c object.h call.c call.h conn.c \
conn.h sess.c sess.h core.c core.h event.c event.h http.c http.h timer.c \ conn.h sess.c sess.h core.c core.h event.c event.h http.c http.h timer.c \
timer.h timer.h
httperf_LDFLAGS = $(openssl_LIBS)
idleconn_SOURCES = idleconn.c idleconn_SOURCES = idleconn.c
httperf_LDADD = gen/libgen.a lib/libutil.a stat/libstat.a httperf_LDADD = gen/libgen.a lib/libutil.a stat/libstat.a