aboutsummaryrefslogtreecommitdiffstats
path: root/mk/method-w32-gdi=fake.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=fake.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 '')
-rw-r--r--mk/method-w32-gdi=fake.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/mk/method-w32-gdi=fake.mk b/mk/method-w32-gdi=fake.mk
index fd068a8..256404e 100644
--- a/mk/method-w32-gdi=fake.mk
+++ b/mk/method-w32-gdi=fake.mk
@@ -1,3 +1,6 @@
-HDR_W32_GDI = method-w32-gdi.h
-PARAMS_W32_GDI = LIBGAMMA_METHOD_W32_GDI w32_gdi 16 ramps16
+include mk/method-w32-gdi=yes.mk
+HDR_W32_GDI = fake-w32-gdi.h method-w32-gdi.h
+OBJ_FAKE_W32_GDI = fake-w32-gdi.o
CPPFLAGS_W32_GDI = -DHAVE_LIBGAMMA_METHOD_W32_GDI -DFAKE_LIBGAMMA_METHOD_W32_GDI
+CFLAGS_W32_GDI =
+LDFLAGS_W32_GDI =