~ubuntu-branches/ubuntu/dapper/flow-tools/dapper

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Radu Spineanu
  • Date: 2005-06-02 20:12:57 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050602201257-jv0qdk3hjhpdf04b
Tags: 1:0.68-2
Fixed a bashism in init script (closes: #311568)

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
flow_capture_SOURCES = flow-capture.c
49
49
flow_capture_LDFLAGS = -L../lib
50
 
flow_capture_LDADD =  -lft
 
50
flow_capture_LDADD =  -lft @CRYPTOLIB@
51
51
flow_capture_DEPENDENCIES = ftbuild.h
52
52
 
53
53
flow_cat_SOURCES = flow-cat.c
118
118
 
119
119
flow_xlate_SOURCES = flow-xlate.c
120
120
flow_xlate_LDFLAGS = -L../lib
121
 
flow_xlate_LDADD =  -lft
 
121
flow_xlate_LDADD =  -lft @CRYPTOLIB@
122
122
flow_xlate_DEPENDENCIES = ftbuild.h
123
123
 
124
124
flow_tag_SOURCES = flow-tag.c