diff options
Diffstat (limited to 'plugins/python/example')
-rw-r--r-- | plugins/python/example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/example/Makefile.am b/plugins/python/example/Makefile.am index a57ed573c1..cc14dc94d9 100644 --- a/plugins/python/example/Makefile.am +++ b/plugins/python/example/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" |