10 lines
220 B
Makefile
10 lines
220 B
Makefile
## Makefile.am for tuxtype - images/icons:
|
|
## Process with Automake to create Makefile.in
|
|
|
|
images_iconsdir = $(pkgdatadir)/images/icons
|
|
|
|
dist_images_icons_DATA = tuxtype.ico \
|
|
tuxtype.icns \
|
|
tuxtype.svg \
|
|
icon.png
|