Makefile update

svn: r1279
This commit is contained in:
Don Allingham 2003-01-31 04:58:24 +00:00
parent 49d07287ea
commit d0b5b1cdef
2 changed files with 33 additions and 2 deletions

View File

@ -19,7 +19,22 @@ pkgpython_PYTHON = ${wildcard *.py}
# Use GNU make's ':=' syntax for nice wildcard use.
# If not using GNU make, then list all files individually
GLADEFILES := ${wildcard *.glade}
GRAPHICS := ${wildcard *.xpm} ${wildcard *.png} ${wildcard *.jpg}
GRAPHICS = \
bad.png\
caution.png\
edit.png\
family48.png\
good.png\
gramps.png\
gramps.xpm\
logo.png\
media.png\
pedigree.xpm\
people48.png\
people.xpm\
place.png\
sources.png\
splash.jpg
# Other stuff that we need to install
pkgdata_DATA = ${INTLLIBS} ${GLADEFILES} ${GRAPHICS} gramps.desktop grampslib.so

View File

@ -129,7 +129,23 @@ pkgpython_PYTHON = ${wildcard *.py}
# Use GNU make's ':=' syntax for nice wildcard use.
# If not using GNU make, then list all files individually
GLADEFILES := ${wildcard *.glade}
GRAPHICS := ${wildcard *.xpm} ${wildcard *.png} ${wildcard *.jpg}
GRAPHICS = \
bad.png\
caution.png\
edit.png\
family48.png\
good.png\
gramps.png\
gramps.xpm\
logo.png\
media.png\
pedigree.xpm\
people48.png\
people.xpm\
place.png\
sources.png\
splash.jpg
# Other stuff that we need to install
pkgdata_DATA = ${INTLLIBS} ${GLADEFILES} ${GRAPHICS} gramps.desktop grampslib.so