18 lines
403 B
Makefile
18 lines
403 B
Makefile
|
# This is the src/images level Makefile for Gramps
|
||
|
# $Id: Makefile.am 6057 2006-03-03 12:49:39Z loshawlos $
|
||
|
|
||
|
SUBDIRS =
|
||
|
pkgdatadir = $(datadir)/@PACKAGE@/images/22x22
|
||
|
|
||
|
dist_pkgdata_DATA = \
|
||
|
gramps-event.png \
|
||
|
gramps-family.png \
|
||
|
gramps-media.png \
|
||
|
gramps-notes.png \
|
||
|
gramps-pedigree.png \
|
||
|
gramps-person.png \
|
||
|
gramps-place.png \
|
||
|
gramps-relation.png \
|
||
|
gramps-repository.png \
|
||
|
gramps-source.png
|