diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-02 08:31:23 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-02 08:31:23 +0800 |
commit | ca443fec62a8a30820db652a49853974e799dcc5 (patch) | |
tree | 02f380875c2688c764cb0d9f0b43546479c084e0 /e-util/Makefile.am | |
parent | 60aed2ad749fe5e0b4e8c5979ac1ce20da89e1d6 (diff) | |
download | gsoc2013-evolution-ca443fec62a8a30820db652a49853974e799dcc5.tar.gz gsoc2013-evolution-ca443fec62a8a30820db652a49853974e799dcc5.tar.zst gsoc2013-evolution-ca443fec62a8a30820db652a49853974e799dcc5.zip |
New function to turn foo/bar into foo/subfolders/bar. The inverse function
* e-path.c (e_path_to_physical): New function to turn foo/bar into
foo/subfolders/bar. The inverse function doesn't exist yet because
I didn't need it. Also, if the shell were going to use this, we'd
need a few more tools...
* Makefile.am (libeutil_la_SOURCES): Add e-path.[ch]
svn path=/trunk/; revision=8467
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index f2743b3673..fd9364ccd4 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -35,6 +35,8 @@ libeutil_la_SOURCES = \ e-memory.h \ e-msgport.c \ e-msgport.h \ + e-path.c \ + e-path.h \ e-sexp.c \ e-sexp.h \ e-dbhash.c \ |