diff options
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/.cvsignore | 2 | ||||
-rw-r--r-- | pixmaps/Makefile.am | 19 |
2 files changed, 21 insertions, 0 deletions
diff --git a/pixmaps/.cvsignore b/pixmaps/.cvsignore new file mode 100644 index 0000000..3dda729 --- /dev/null +++ b/pixmaps/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am new file mode 100644 index 0000000..2549020 --- /dev/null +++ b/pixmaps/Makefile.am @@ -0,0 +1,19 @@ +EXTRA_DIST = \ + camera.png \ + dummy.png \ + miav-logo-256x256.png \ + miav-logo-512x512.png \ + miav-logo-64x64.png \ + record.png \ + stop.png + +pixmapdir = $(datadir)/pixmaps + +pixmap_DATA = \ + camera.png \ + dummy.png \ + miav-logo-256x256.png \ + miav-logo-512x512.png \ + miav-logo-64x64.png \ + record.png \ + stop.png
\ No newline at end of file |