Fix include path to asn1c for out-of-source builds
authorDennis Schridde <dennis.schridde@uni-heidelberg.de>
Thu, 3 Sep 2015 15:38:24 +0000 (17:38 +0200)
committerSimo Sorce <simo@redhat.com>
Thu, 3 Sep 2015 17:02:20 +0000 (13:02 -0400)
Reviewed-by: Simo Sorce <simo@redhat.com>
Closes #55

src/Makefile.am

index 34bb442..2624bc8 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -Iasn1c
+AM_CPPFLAGS = -I $(srcdir)/asn1c
 
 magdir = $(MAG_LIBDIR)
 mag_LTLIBRARIES = \
 
 magdir = $(MAG_LIBDIR)
 mag_LTLIBRARIES = \