]> arthur.barton.de Git - netatalk.git/commitdiff
Add /include to CFLAGS
authorFrank Lahm <franklahm@googlemail.com>
Tue, 25 May 2010 14:33:22 +0000 (16:33 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Tue, 25 May 2010 14:33:22 +0000 (16:33 +0200)
NEWS
libatalk/unicode/Makefile.am

diff --git a/NEWS b/NEWS
index f55bd542d812f951061bf9dd6902a87b4feb711f..5118b79d7abd23ae028a36f8dbc80e88f715f771 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ Changes in 2.1.1
 * FIX: afpd: Check if options->server is set in set_signature, preventing
        SIGSEGV.
 * FIX: DESTDIR support: DESTDIR was expanded twice
+* FIX: Fix for compilation error if header files of an older Netatalk
+       version are installed.
 
 Changes in 2.1-release
 ======================
index 2571399c72fca9e835414bb4a08c11a8c3682b74..a697dfcdf966a4857fad0965ada03d1f37358124 100644 (file)
@@ -2,13 +2,12 @@
 
 noinst_LTLIBRARIES = libunicode.la
 
-AM_CFLAGS = -I$(top_srcdir)/sys @ICONV_CFLAGS@
+AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/sys @ICONV_CFLAGS@
 
 SUBDIRS = charsets
 
 LIBUNICODE_DEPS = charsets/libcharsets.la 
 
-
 libunicode_la_SOURCES = \
        util_unistr.c   \
        iconv.c         \