mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-07 02:00:18 +01:00
9 lines
188 B
Makefile
9 lines
188 B
Makefile
bin_PROGRAMS = wcap-decode
|
|
|
|
wcap_decode_SOURCES = \
|
|
main.c \
|
|
wcap-decode.c \
|
|
wcap-decode.h
|
|
|
|
wcap_decode_CFLAGS = $(GCC_CFLAGS) $(WCAP_CFLAGS)
|
|
wcap_decode_LDADD = $(WCAP_LIBS)
|