diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-09-08 21:29:10 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-09-08 21:29:10 +0000 |
| commit | 36553c85069d88ba5e7b5fba7cd31cc4818a454d (patch) | |
| tree | f9832fe22e771c66215647a4857ee68fa3f9300b /src/libuemf/Makefile_insert | |
| parent | update to trunk (diff) | |
| parent | Add a check so objects removed from the document dont crash inkscape, happens... (diff) | |
| download | inkscape-36553c85069d88ba5e7b5fba7cd31cc4818a454d.tar.gz inkscape-36553c85069d88ba5e7b5fba7cd31cc4818a454d.zip | |
update to trunk
(bzr r11950.1.138)
Diffstat (limited to 'src/libuemf/Makefile_insert')
| -rw-r--r-- | src/libuemf/Makefile_insert | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/libuemf/Makefile_insert b/src/libuemf/Makefile_insert new file mode 100644 index 000000000..ca14ed19f --- /dev/null +++ b/src/libuemf/Makefile_insert @@ -0,0 +1,24 @@ +## Makefile.am fragment sourced by src/Makefile.am. + +libuemf/all: libuemf.a + +libuemf/clean: + rm -f libuemf/libuemf.a $(libuemf_libuemf_a_OBJECTS) + +libuemf_libuemf_a_SOURCES = \ + libuemf/uemf.c \ + libuemf/uemf.h \ + libuemf/uemf_endian.c \ + libuemf/uemf_endian.h \ + libuemf/uemf_print.c \ + libuemf/uemf_print.h \ + libuemf/uemf_utf.c \ + libuemf/uemf_utf.h \ + libuemf/uwmf.c \ + libuemf/uwmf.h \ + libuemf/uwmf_endian.c \ + libuemf/uwmf_endian.h \ + libuemf/uwmf_print.c \ + libuemf/uwmf_print.h \ + libuemf/symbol_convert.c \ + libuemf/symbol_convert.h |
