Makefile.am: Make PYTHONPATH work on Mingw.
authorGurucharan Shetty <gshetty@nicira.com>
Sun, 17 Nov 2013 03:23:13 +0000 (19:23 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 18 Nov 2013 22:19:52 +0000 (14:19 -0800)
commitb02e1154658956a0a269652393531d741d23b761
tree07dfcf43270eef99724cb99d31bc323d76c14ca6
parent4a6ba43734992b205e7d4dcbe4506c0b2996f0de
Makefile.am: Make PYTHONPATH work on Mingw.

The ":" used as a seperator does not work when
the make is run. ";" is the correct separator.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
Makefile.am