ENsure SVG files are included in dist / install

This commit is contained in:
Daniel P. Berrange 2006-06-19 10:28:19 -04:00
parent 27a0386f62
commit 56f857a637

View File

@ -1,5 +1,5 @@
pixmapdir = $(pkgdatadir)/pixmaps
pixmap_DATA = $(wildcard $(srcdir)/*.png)
pixmap_DATA = $(wildcard $(srcdir)/*.png) $(wildcard $(srcdir)/*.svg)
EXTRA_DIST = $(pixmap_DATA)