mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 22:10:05 +01:00
The header is pulled in by libinput.h, the libs by libinput but make this explicit. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
8 lines
226 B
Makefile
8 lines
226 B
Makefile
noinst_PROGRAMS = event-debug
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
event_debug_SOURCES = event-debug.c
|
|
event_debug_LDADD = ../src/libinput.la $(LIBUDEV_LIBS)
|
|
event_debug_LDFLAGS = -static
|
|
event_debug_CFLAGS = $(LIBUDEV_CFLAGS)
|