- 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:
parent
78de185d75
commit
ab3b8e5686
|
@ -34,6 +34,7 @@ moddir = $(sharedir)/modules
|
||||||
localedir = @datadir@/locale
|
localedir = @datadir@/locale
|
||||||
|
|
||||||
sgpemv2_CPPFLAGS = -I@top_srcdir@ \
|
sgpemv2_CPPFLAGS = -I@top_srcdir@ \
|
||||||
|
-I@srcdir@/templates \
|
||||||
-DPYCDIR="\"$(pycdir)\"" \
|
-DPYCDIR="\"$(pycdir)\"" \
|
||||||
-DMODDIR="\"$(moddir)\"" \
|
-DMODDIR="\"$(moddir)\"" \
|
||||||
-DLOCALEDIR="\"$(localedir)\"" \
|
-DLOCALEDIR="\"$(localedir)\"" \
|
||||||
|
|
|
@ -35,6 +35,7 @@ moddir = $(sharedir)/modules
|
||||||
localedir = @datadir@/locale
|
localedir = @datadir@/locale
|
||||||
|
|
||||||
libbackend_la_CPPFLAGS = -I@top_srcdir@ \
|
libbackend_la_CPPFLAGS = -I@top_srcdir@ \
|
||||||
|
-I@srcdir@/../templates \
|
||||||
-DPYCDIR="\"$(pycdir)\"" \
|
-DPYCDIR="\"$(pycdir)\"" \
|
||||||
-DMODDIR="\"$(moddir)\"" \
|
-DMODDIR="\"$(moddir)\"" \
|
||||||
-DLOCALEDIR="\"$(localedir)\"" \
|
-DLOCALEDIR="\"$(localedir)\"" \
|
||||||
|
|
|
@ -35,6 +35,7 @@ moddir = $(sharedir)/modules
|
||||||
localedir = @datadir@/locale
|
localedir = @datadir@/locale
|
||||||
|
|
||||||
libpyloader_la_CPPFLAGS = -I@top_srcdir@ \
|
libpyloader_la_CPPFLAGS = -I@top_srcdir@ \
|
||||||
|
-I@srcdir@/../templates \
|
||||||
-DPYCDIR="\"$(pycdir)\"" \
|
-DPYCDIR="\"$(pycdir)\"" \
|
||||||
-DMODDIR="\"$(moddir)\"" \
|
-DMODDIR="\"$(moddir)\"" \
|
||||||
-DLOCALEDIR="\"$(localedir)\"" \
|
-DLOCALEDIR="\"$(localedir)\"" \
|
||||||
|
|
Loading…
Reference in New Issue