diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-16 15:17:22 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-16 15:18:34 -0500 |
commit | 537fe2d63f744e7c96ff45b60d09486a81958e06 (patch) | |
tree | 1a2f0516c7a6b61e1cc0513240d14273c90eea5a /Makefile.target | |
parent | 3f9ac9b39bd82b51f6aa46103836ae12bcbcb22e (diff) |
Make sure to use SDL_CFLAGS everywhere we include SDL headers
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 27de4b9504..0159bf7a00 100644 --- a/Makefile.target +++ b/Makefile.target @@ -730,6 +730,8 @@ LDFLAGS+=-p main.o: CFLAGS+=-p endif +vl.o: CFLAGS+=$(SDL_CFLAGS) + vl.o: qemu-options.h monitor.o: qemu-monitor.h |