From: srittau Date: Sat, 7 Jun 2003 23:23:36 +0000 (+0000) Subject: Compilation fix. X-Git-Tag: netatalk-1-6-3rc1~7 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e91dcb03e84249698a7bf35751285ae18806448;hp=be08be344506678e7a97cb6b42ee324fd079d206;p=netatalk.git Compilation fix. --- diff --git a/contrib/timelord/Makefile.am b/contrib/timelord/Makefile.am index aab7c3bc..d4cac3d7 100644 --- a/contrib/timelord/Makefile.am +++ b/contrib/timelord/Makefile.am @@ -2,7 +2,7 @@ sbin_PROGRAMS = timelord -INCLUDES = $(top_srcdir)/sys +INCLUDES = -I$(top_srcdir)/sys timelord_SOURCES = timelord.c timelord_LDADD = $(top_builddir)/libatalk/libatalk.la