~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to master/keygen/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080617134654-2y5m7ki93r5c1ysf
Tags: upstream-1.0.9~rc3
ImportĀ upstreamĀ versionĀ 1.0.9~rc3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES = -I$(srcdir)/../../common/include
2
 
bin_PROGRAMS = italc-keygen
3
 
 
4
 
italc_keygen_SOURCES =                                                  \
5
 
                        $(srcdir)/main.c                                \
6
 
                        $(srcdir)/../../common/src/rsa_crypt_lib.c
7
 
 
8
 
if HAVE_LIBSSL
9
 
LIBSSL_LDADD = -lssl
10
 
endif
11
 
 
12
 
italc_keygen_LDADD = $(LIBSSL_LDADD)
13