1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 08:26:52 +03:00
systemd/extras/path_id/Makefile.am
Kay Sievers bcee964977 extras: delete man pages for private udev tools
These are mostly dummy man pages, without real content, some even
outdated. None of these tools are part of any offered public interface,
and they should not pretend to be by offering a man page.
2009-06-17 21:57:40 +02:00

14 lines
290 B
Makefile

include $(top_srcdir)/Makefile.am.inc
libexec_PROGRAMS = \
path_id
path_id_SOURCES = \
path_id.c \
../../libudev/libudev.h \
../../libudev/libudev.c \
../../libudev/libudev-device.c \
../../libudev/libudev-enumerate.c \
../../libudev/libudev-list.c \
../../libudev/libudev-util.c