mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
|
pixmapdir = $(datadir)/codecanalyzer/pixmaps
|
||
|
|
||
|
pixmap_DATA = \
|
||
|
frame-thumbnail.png \
|
||
|
codecanalyzer-logo.png
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(pixmap_DATA)
|