mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-13 18:17:12 +07:00
eb203b01c9
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
|