diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-03-14 23:58:16 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-03-14 23:58:16 +0000 |
| commit | bf83d5a03bf856e34bd0a6e2656a5b2dcfe8aafb (patch) | |
| tree | 89db1a5074e284c958cf693302beaaafb086b702 /src/io | |
| parent | Translations. Polish translation update. (diff) | |
| download | inkscape-bf83d5a03bf856e34bd0a6e2656a5b2dcfe8aafb.tar.gz inkscape-bf83d5a03bf856e34bd0a6e2656a5b2dcfe8aafb.zip | |
Move around files to remove some vanity directories.
Also remove the obsolete IDL file stub.
(bzr r9194)
Diffstat (limited to '')
| -rw-r--r-- | src/io/Makefile_insert | 2 | ||||
| -rw-r--r-- | src/io/inkjar.cpp (renamed from src/inkjar/jar.cpp) | 2 | ||||
| -rw-r--r-- | src/io/inkjar.h (renamed from src/inkjar/jar.h) | 0 |
3 files changed, 3 insertions, 1 deletions
diff --git a/src/io/Makefile_insert b/src/io/Makefile_insert index 2696e9334..bb47b46b8 100644 --- a/src/io/Makefile_insert +++ b/src/io/Makefile_insert @@ -7,6 +7,8 @@ ink_common_sources += \ io/ftos.h \ io/gzipstream.cpp \ io/gzipstream.h \ + io/inkjar.cpp \ + io/inkjar.h \ io/inkscapestream.cpp \ io/inkscapestream.h \ io/resource.cpp \ diff --git a/src/inkjar/jar.cpp b/src/io/inkjar.cpp index 6897cb317..c238aba36 100644 --- a/src/inkjar/jar.cpp +++ b/src/io/inkjar.cpp @@ -48,7 +48,7 @@ #include <glib.h> #include <zlib.h> -#include "jar.h" +#include "inkjar.h" #include <fstream> #ifdef WORDS_BIGENDIAN diff --git a/src/inkjar/jar.h b/src/io/inkjar.h index 0fe088b24..0fe088b24 100644 --- a/src/inkjar/jar.h +++ b/src/io/inkjar.h |
