diff options
| author | Gaspar Fernandez <gaspar.fernandez@totaki.com> | 2016-08-12 01:29:28 +0200 |
|---|---|---|
| committer | Gaspar Fernandez <gaspar.fernandez@totaki.com> | 2016-08-12 01:29:28 +0200 |
| commit | e463cfd3cbd419dc38583fe25b93be36b330a606 (patch) | |
| tree | add192be35a2e37ace95ee6f33a0a65d612dad9b /pixmaps/Makefile.am | |
| parent | f5932870164b72d2a67352495f3062f31f1fc5fd (diff) | |
| download | dwgo-e463cfd3cbd419dc38583fe25b93be36b330a606.tar.gz dwgo-e463cfd3cbd419dc38583fe25b93be36b330a606.tar.bz2 dwgo-e463cfd3cbd419dc38583fe25b93be36b330a606.zip | |
Version 0.4d
Diffstat (limited to 'pixmaps/Makefile.am')
| -rw-r--r-- | pixmaps/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am new file mode 100644 index 0000000..4393ea3 --- /dev/null +++ b/pixmaps/Makefile.am @@ -0,0 +1,18 @@ +PIXMAPS = brk.xpm \ + clear.xpm \ + clouds.xpm \ + default.xpm \ + dust.xpm \ + fog.xpm \ + hail.xpm \ + main.xpm \ + parts.xpm \ + rain.xpm \ + snow.xpm \ + tcu.xpm + +pixmapsdir = $(datadir)/dwgo/pixmaps + +pixmaps_DATA = $(PIXMAPS) + +EXTRA_DIST = $(pixmap_DATA)
\ No newline at end of file |
