~ubuntu-branches/ubuntu/dapper/asn1c/dapper

« back to all changes in this revision

Viewing changes to libasn1print/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): W. Borgert
  • Date: 2005-05-28 12:36:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050528123642-3h6kstws5u0xcovl
Tags: upstream-0.9.14
ImportĀ upstreamĀ versionĀ 0.9.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
AM_CFLAGS = @ADD_CFLAGS@
 
3
AM_CPPFLAGS =                           \
 
4
        -I$(top_srcdir)/libasn1parser   \
 
5
        -I$(top_srcdir)/libasn1fix
 
6
 
 
7
noinst_LTLIBRARIES = libasn1print.la
 
8
 
 
9
libasn1print_la_LDFLAGS = -all-static
 
10
libasn1print_la_SOURCES =                       \
 
11
        asn1print.c asn1print.h
 
12