mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-26 04:50:24 +01:00
8 lines
171 B
Text
8 lines
171 B
Text
|
|
noinst_PROGRAMS = event-debug
|
||
|
|
|
||
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||
|
|
|
||
|
|
event_debug_SOURCES = event-debug.c
|
||
|
|
event_debug_LDADD = ../src/libinput.la
|
||
|
|
event_debug_LDFLAGS = -static
|