summaryrefslogtreecommitdiff
path: root/rsvg-c-srcs.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove rsvg-view.c and its Makefile stuffFederico Mena Quintero2019-07-021-1/+0
| | | | | | | | | | | Rsvg-view is a pretty crappy SVG viewer. Also, it adds a GTK dependency on librsvg. This makes the whole dependency graph awkward, since GTK indirectly depends on librsvg via gdk-pixbuf. I think we are better off encouraging people to use image viewers that are actually well-written and pleasant to use, like EOG.
* Makefile.am: Split out the C sources listChun-wei Fan2019-07-011-0/+20
This will prepare for us to be able to share the source listings with other Makefile-based build systems, which will pave the way to build librsvg with NMake all-the-way, and will replace the Visual Studio projects.