ソースを参照

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

読み込み中…
キャンセル
保存