mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 18:10:07 +01:00
Leave the code warnings at the end of the build, makes them more visible. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
6 lines
128 B
Makefile
6 lines
128 B
Makefile
SUBDIRS = doc libevdev tools test
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libevdev.pc
|
|
|
|
EXTRA_DIST = libevdev.pc.in
|