Add intl directory to INCLUDES.

svn path=/trunk/yasm/; revision=400
0.3
Peter Johnson 23 years ago
parent 14da2c24d4
commit 2ea2166ae8
  1. 6
      Makefile.am

@ -3,7 +3,11 @@
SUBDIRS = intl po doc
CFLAGS = @ANSI_CFLAGS@
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/check
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/check \
-I$(top_srcdir)/intl
bin_PROGRAMS = yasm
TESTS =

Loading…
Cancel
Save