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)
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>

No differences found