added missing makefile
svn: r6077
This commit is contained in:
parent
1b970c587a
commit
d6a44fd080
@ -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
|
||||
|
@ -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
13
src/glade/Makefile.am
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user