From 8e8cd1a8c55e1f8ca9a909d628fc98b0282f3133 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 7 Aug 2003 04:21:11 +0000 Subject: [PATCH] Fix includes. --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 90097cab..0ff3012c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,8 +29,7 @@ shishid_SOURCES = shishid.c localedir = $(datadir)/locale -INCLUDES = -I../asn1/lib -I$(top_srcdir)/gl -I../lib -I../intl \ - @LIBIDN_CFLAGS@ +INCLUDES = -I$(top_srcdir)/gl -I../lib -I../intl @LIBIDN_CFLAGS@ DEFS = -DLOCALEDIR=\"$(localedir)\" \ -DSYSTEMCFGFILE=\"$(sysconfdir)/shishi.conf\" \ -- 2.11.4.GIT