diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 11:05:52 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 11:05:52 +0000 |
commit | 34642c69b7b2622df382c7cd04602d60d4f284e1 (patch) | |
tree | af002651194a1c84e40f01cc7ee6a00839b18180 /Makefile.am | |
parent | d8da32354cd5e3d9f779de0977ac2f1cb4eab4a5 (diff) | |
download | gvfs-34642c69b7b2622df382c7cd04602d60d4f284e1.tar.gz |
Move code shared between client and daemon to common directory
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1169730469 +0100
svn path=/trunk/; revision=263
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 73c80c0a..64a63b54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ SUBDIRS = \ gio \ + common \ client \ daemon \ po \ |