mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +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)
|