- Update makefiles to make use of include dir with templates

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@299 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-07 20:13:50 +00:00
parent 78de185d75
commit ab3b8e5686
3 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@ moddir = $(sharedir)/modules
localedir = @datadir@/locale
sgpemv2_CPPFLAGS = -I@top_srcdir@ \
-I@srcdir@/templates \
-DPYCDIR="\"$(pycdir)\"" \
-DMODDIR="\"$(moddir)\"" \
-DLOCALEDIR="\"$(localedir)\"" \

View File

@ -35,6 +35,7 @@ moddir = $(sharedir)/modules
localedir = @datadir@/locale
libbackend_la_CPPFLAGS = -I@top_srcdir@ \
-I@srcdir@/../templates \
-DPYCDIR="\"$(pycdir)\"" \
-DMODDIR="\"$(moddir)\"" \
-DLOCALEDIR="\"$(localedir)\"" \

View File

@ -35,6 +35,7 @@ moddir = $(sharedir)/modules
localedir = @datadir@/locale
libpyloader_la_CPPFLAGS = -I@top_srcdir@ \
-I@srcdir@/../templates \
-DPYCDIR="\"$(pycdir)\"" \
-DMODDIR="\"$(moddir)\"" \
-DLOCALEDIR="\"$(localedir)\"" \