configure: Use the pkg-config helper macro for gphoto2.
[wine.git] / dlls / gphoto2.ds / Makefile.in
blobe77de86d28f701687d65e8d0f4800504b35fba94
1 MODULE = gphoto2.ds
2 IMPORTS = comctl32 user32 gdi32 advapi32
3 EXTRALIBS = @GPHOTO2_LIBS@
4 EXTRAINCL = @GPHOTO2_CFLAGS@
6 C_SRCS = \
7 capability.c \
8 ds_image.c \
9 gphoto2_main.c \
10 ui.c
12 RC_SRCS = gphoto2.rc
13 PO_SRCS = gphoto2.rc
15 @MAKE_DLL_RULES@