added missing makefile

svn: r6077
This commit is contained in:
Don Allingham 2006-03-04 23:25:22 +00:00
parent 1b970c587a
commit d6a44fd080
3 changed files with 15 additions and 10 deletions

View File

@ -243,6 +243,7 @@ src/DataViews/Makefile
src/plugins/Makefile
src/dates/Makefile
src/data/Makefile
src/glade/Makefile
src/images/Makefile
src/data/templates/Makefile
src/po/Makefile

View File

@ -14,6 +14,7 @@ SUBDIRS = \
TreeViews \
data \
dates \
glade \
docgen \
images \
plugins \
@ -113,16 +114,6 @@ gdir_PYTHON = \
# Could use GNU make's ':=' syntax for nice wildcard use.
# If not using GNU make, then list all files individually
# The latter is more portable and POSIX-friendly :)
GLADEFILES = \
gramps.glade\
edit_person.glade\
mergedata.glade\
plugins.glade\
rule.glade\
scratchpad.glade
# Other stuff that we need to install
dist_pkgdata_DATA = $(GLADEFILES)
# In principle the following rule slightly violates the automake/autoconf
# spirit of keeping each subdirectory as a separate entity unto itself.

13
src/glade/Makefile.am Normal file
View File

@ -0,0 +1,13 @@
# This is the src/data level Makefile
# $Id: Makefile.am 6075 2006-03-04 22:53:46Z dallingham $
#
pkgdatadir = $(datadir)/@PACKAGE@/glade
dist_pkgdata_DATA = \
gramps.glade\
edit_person.glade\
mergedata.glade\
plugins.glade\
rule.glade\
scratchpad.glade