From: fredrik Date: Tue, 9 Jan 2007 04:08:39 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 0.3~100 X-Git-Url: http://git.dolda2000.com/gitweb/?a=commitdiff_plain;h=76d9900b9ea64858b6754985fb161188a423feae;p=doldaconnect.git Fix typo. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@827 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 98e9974..306df3d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -23,7 +23,7 @@ doldacond_SOURCES= main.c \ conf.c \ conf.h -AM_CPPFLAGS=$(top_srcdir)/include -DDAEMON +AM_CPPFLAGS=-I$(top_srcdir)/include -DDAEMON EXTRA_DIST=emacs-local doldacond_LDADD=$(top_srcdir)/common/libcommon.a \