mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-11 17:31:10 +07:00

The structure of the source tree is basically correct and this is about as far as we can go without hacking at the C code.
9 lines
87 B
Makefile
9 lines
87 B
Makefile
if ENABLE_GTK_DOC
|
|
SUBDIRS = \
|
|
libudev
|
|
if ENABLE_GUDEV
|
|
SUBDIRS += \
|
|
gudev
|
|
endif
|
|
endif
|