diff options
author | Dan Mashal <[email protected]> | 2013-04-03 06:24:45 -0700 |
---|---|---|
committer | Dan Mashal <[email protected]> | 2013-04-03 06:24:45 -0700 |
commit | dfe4d95d70c88edd428ddba48e848c2f3aeb294c (patch) | |
tree | 28fe6dad22f94d71006cb741d747a24cd703ca65 /python/Makefile.am | |
parent | e33e75017302590190b5458e948ae659a411b029 (diff) | |
download | libmateweather-dfe4d95d70c88edd428ddba48e848c2f3aeb294c.tar.bz2 libmateweather-dfe4d95d70c88edd428ddba48e848c2f3aeb294c.tar.xz |
Update makefile for automake 1.13
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 9593a7a..e31af06 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,5 +1,5 @@ if BUILD_PYTHON -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ $(PYTHON_INCLUDES) \ $(PYGOBJECT_CFLAGS) \ |