2007-04-27 Benoît Dejean <benoit@placenet.org> Got rid of InodeDB. This feature was optionnal and i have never heard of anyone using it. I have never touched it so it may be broken since 2.6. svn path=/trunk/; revision=2573
11 lines
126 B
Makefile
11 lines
126 B
Makefile
if NEED_LIBGTOP
|
|
daemon_SUBDIRS = daemon
|
|
else
|
|
daemon_SUBDIRS =
|
|
endif
|
|
|
|
SUBDIRS = $(daemon_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = daemon
|
|
|