You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
216 B

if USE_LINUX
bin_PROGRAMS=mtp-hotplug
mtp_hotplug_SOURCES=mtp-hotplug.c
mtp_probedir=@UDEV@
mtp_probe_PROGRAMS=mtp-probe
mtp_probe_SOURCES=mtp-probe.c
endif
AM_CPPFLAGS=-I$(top_builddir)/src
LDADD=../src/libmtp.la