mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-03-10 16:00:35 +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)
|