Line | |
---|
1 | ################################################
|
---|
2 | # Start LIBRARY ntvfs_common
|
---|
3 | [SUBSYSTEM::ntvfs_common]
|
---|
4 | PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share
|
---|
5 | # End LIBRARY ntvfs_common
|
---|
6 | ################################################
|
---|
7 |
|
---|
8 | ntvfs_common_OBJ_FILES = $(addprefix $(ntvfssrcdir)/common/, init.o brlock.o brlock_tdb.o opendb.o opendb_tdb.o notify.o)
|
---|
9 |
|
---|
10 | $(eval $(call proto_header_template,$(ntvfssrcdir)/common/proto.h,$(ntvfs_common_OBJ_FILES:.o=.c)))
|
---|
11 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.