Fix typo.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 9 Jan 2007 04:08:39 +0000 (04:08 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 9 Jan 2007 04:08:39 +0000 (04:08 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@827 959494ce-11ee-0310-bf91-de5d638817bd

daemon/Makefile.am

index 98e9974..306df3d 100644 (file)
@@ -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 \