2000-01-10 Martin Baulig <martin@home-of-linux.org> * src/daemon/: Removed everything in this directory. This has been obsoleted by the new server code in backends/server.
11 lines
126 B
Makefile
11 lines
126 B
Makefile
if INODEDB
|
|
inodedb_SUBDIRS = inodedb
|
|
else
|
|
inodedb_SUBDIRS =
|
|
endif
|
|
|
|
SUBDIRS = $(inodedb_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = inodedb
|
|
|