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