aboutsummaryrefslogtreecommitdiffstats
path: root/mk/method-w32-gdi=yes.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-03-05 19:18:09 +0100
committerMattias Andrée <maandree@kth.se>2021-03-05 19:18:09 +0100
commit5879cf0c50cecded79224b5207be9a83c204ccad (patch)
tree248c8b03d86b1679cfdb42b4f274839a8f981272 /mk/method-w32-gdi=yes.mk
parentUpdate todo (diff)
downloadlibgamma-5879cf0c50cecded79224b5207be9a83c204ccad.tar.gz
libgamma-5879cf0c50cecded79224b5207be9a83c204ccad.tar.bz2
libgamma-5879cf0c50cecded79224b5207be9a83c204ccad.tar.xz
Fix support for fake methods
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk/method-w32-gdi=yes.mk')
-rw-r--r--mk/method-w32-gdi=yes.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/method-w32-gdi=yes.mk b/mk/method-w32-gdi=yes.mk
index 3f62a2d..1f04c43 100644
--- a/mk/method-w32-gdi=yes.mk
+++ b/mk/method-w32-gdi=yes.mk
@@ -15,4 +15,5 @@ OBJ_W32_GDI =\
libgamma_w32_gdi_crtc_restore.o\
libgamma_w32_gdi_get_crtc_information.o\
libgamma_w32_gdi_crtc_get_gamma_ramps16.o\
- libgamma_w32_gdi_crtc_set_gamma_ramps16.o
+ libgamma_w32_gdi_crtc_set_gamma_ramps16.o\
+ $(OBJ_FAKE_W32_GDI)