diff options
author | randomdan <randomdan@localhost> | 2009-10-23 19:17:14 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2009-10-23 19:17:14 +0000 |
commit | 212a4763b7f5236e05b38f6ab5190678e1926c0a (patch) | |
tree | ecd19468f47e1993a6e669b826a00c2f09d43337 /netfs/makefile.in | |
parent | All messages coded, change to ensure msg IDs are unique at compile time (diff) | |
download | netfs-212a4763b7f5236e05b38f6ab5190678e1926c0a.tar.bz2 netfs-212a4763b7f5236e05b38f6ab5190678e1926c0a.tar.xz netfs-212a4763b7f5236e05b38f6ab5190678e1926c0a.zip |
All basic funcs implemented, not tested
Diffstat (limited to 'netfs/makefile.in')
-rw-r--r-- | netfs/makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/netfs/makefile.in b/netfs/makefile.in index f7901ba..4086315 100644 --- a/netfs/makefile.in +++ b/netfs/makefile.in @@ -30,11 +30,19 @@ NETFSOBJS= \ comms.o \ fuse.o \ fuseapp.o \ + fuseFiles.o \ + fuseDirs.o \ + fuseMisc.o \ + fuseFS.o \ msgtypes.o \ NETFSDOBJS= \ comms.o \ daemon.o \ + daemonDirs.o \ + daemonFiles.o \ + daemonMisc.o \ + daemonFS.o \ daemonConfig.o \ msgtypes.o \ |