Browse Source

Fix path to the include directory.

Pavel Roskin 22 years ago
parent
commit
c1b2e49513
1 changed files with 1 additions and 1 deletions
  1. 1 1
      slang/Makefile.am

+ 1 - 1
slang/Makefile.am

@@ -1,4 +1,4 @@
-AM_CFLAGS = $(GLIB_CFLAGS) -Iinclude
+AM_CFLAGS = $(GLIB_CFLAGS) -I$(srcdir)/include
 
 if INCLUDED_SLANG
 noinst_LIBRARIES = libmcslang.a