aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix/Makefile.am
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-18 05:43:55 +0000
committerLev Walkin <vlm@lionet.info>2004-08-18 05:43:55 +0000
commit3d0b5a38d27ea09ca31bd38e68ef1fc928c59398 (patch)
tree7677c5401034252589ffef258b50c8ac5bbf5fe6 /libasn1fix/Makefile.am
parentb45e067b9162664df7c4f23fe57becd93bd5d0ed (diff)
last touches
Diffstat (limited to 'libasn1fix/Makefile.am')
-rw-r--r--libasn1fix/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/libasn1fix/Makefile.am b/libasn1fix/Makefile.am
index 93732542..0db2c685 100644
--- a/libasn1fix/Makefile.am
+++ b/libasn1fix/Makefile.am
@@ -1,8 +1,7 @@
AM_CFLAGS = @ADD_CFLAGS@
AM_CPPFLAGS = \
- -I$(top_srcdir)/libasn1parser \
- -I$(top_srcdir)/libasn1cnst
+ -I$(top_srcdir)/libasn1parser
noinst_LTLIBRARIES = libasn1fix.la
@@ -32,7 +31,6 @@ libasn1fix_la_SOURCES = \
check_PROGRAMS = check_fixer
check_fixer_LDADD = $(noinst_LTLIBRARIES) \
- $(top_builddir)/libasn1cnst/libasn1cnst.la \
$(top_builddir)/libasn1parser/libasn1parser.la
check_fixer_DEPENDENCIES = $(check_fixer_LDADD)