mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 22:40:42 +01:00
tools: rename a source file to match the future common file name paradigm
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
863fd1f0eb
commit
d2c7f73d6d
3 changed files with 2 additions and 2 deletions
|
|
@ -339,7 +339,7 @@ endif
|
|||
############ tools ############
|
||||
tools_shared_sources = [ 'tools/shared.c',
|
||||
'tools/shared.h' ]
|
||||
event_debug_sources = [ 'tools/event-debug.c' ] + tools_shared_sources
|
||||
event_debug_sources = [ 'tools/libinput-debug-events.c' ] + tools_shared_sources
|
||||
executable('event-debug',
|
||||
event_debug_sources,
|
||||
dependencies : dep_libinput,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ shared_sources = \
|
|||
shared.c \
|
||||
shared.h
|
||||
|
||||
event_debug_SOURCES = event-debug.c $(shared_sources)
|
||||
event_debug_SOURCES = libinput-debug-events.c $(shared_sources)
|
||||
event_debug_LDADD = ../src/libinput.la $(LIBUDEV_LIBS) $(LIBEVDEV_LIBS)
|
||||
event_debug_LDFLAGS = -no-install
|
||||
event_debug_CFLAGS = $(AM_CFLAGS) $(LIBUDEV_CFLAGS) $(LIBEVDEV_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue