瀏覽代碼

Back out experimental pkg-config code for openssl

ahc_fix_select
tbbulloc 17 年之前
父節點
當前提交
05f225d006
共有 1 個檔案被更改,包括 1 行新增9 行删除
  1. +1
    -9
      httperf/src/Makefile.am

+ 1
- 9
httperf/src/Makefile.am 查看文件

@@ -1,20 +1,12 @@
SUBDIRS = gen lib stat

# what flags you want to pass to the C compiler & linker
AM_CFLAGS = -I$(srcdir) -I$(srcdir)/gen -I$(srcdir)/lib -I$(srcdir)/stat \
$(openssl_CFLAGS)
AM_CFLAGS = -I$(srcdir) -I$(srcdir)/gen -I$(srcdir)/lib -I$(srcdir)/stat

bin_PROGRAMS = httperf idleconn

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 \
timer.h

httperf_LDFLAGS = $(openssl_LIBS)


idleconn_SOURCES = idleconn.c



httperf_LDADD = gen/libgen.a lib/libutil.a stat/libstat.a

Loading…
取消
儲存