linux-usb-gadgets / libusbgx

C library encapsulating the Linux kernel USB gadget configfs userspace API functionality
GNU General Public License v2.0
216 stars 72 forks source link

Automake: fix distclean of tests #80

Closed manut closed 1 year ago

manut commented 1 year ago

If built with tests disabled make distclean fails.

make distclean considers all DIST_SUBDIRS for cleaning. Therefore the Makefile in all listed directories need to be created.