last touches

diff --git a/libasn1fix/Makefile.in b/libasn1fix/Makefile.in
index 80a91c0..3224cd8 100644
--- a/libasn1fix/Makefile.in
+++ b/libasn1fix/Makefile.in
@@ -210,8 +210,7 @@
 target_vendor = @target_vendor@
 AM_CFLAGS = @ADD_CFLAGS@
 AM_CPPFLAGS = \
-	-I$(top_srcdir)/libasn1parser	\
-	-I$(top_srcdir)/libasn1cnst
+	-I$(top_srcdir)/libasn1parser
 
 noinst_LTLIBRARIES = libasn1fix.la
 libasn1fix_la_LDFLAGS = -all-static
@@ -238,7 +237,6 @@
 	asn1fix_constraint_compat.c
 
 check_fixer_LDADD = $(noinst_LTLIBRARIES)		\
-	$(top_builddir)/libasn1cnst/libasn1cnst.la	\
 	$(top_builddir)/libasn1parser/libasn1parser.la
 
 check_fixer_DEPENDENCIES = $(check_fixer_LDADD)