added missing makefile
svn: r6077
This commit is contained in:
parent
0ee2152277
commit
03b4493fc4
@ -243,6 +243,7 @@ src/DataViews/Makefile
|
|||||||
src/plugins/Makefile
|
src/plugins/Makefile
|
||||||
src/dates/Makefile
|
src/dates/Makefile
|
||||||
src/data/Makefile
|
src/data/Makefile
|
||||||
|
src/glade/Makefile
|
||||||
src/images/Makefile
|
src/images/Makefile
|
||||||
src/data/templates/Makefile
|
src/data/templates/Makefile
|
||||||
src/po/Makefile
|
src/po/Makefile
|
||||||
|
@ -14,6 +14,7 @@ SUBDIRS = \
|
|||||||
TreeViews \
|
TreeViews \
|
||||||
data \
|
data \
|
||||||
dates \
|
dates \
|
||||||
|
glade \
|
||||||
docgen \
|
docgen \
|
||||||
images \
|
images \
|
||||||
plugins \
|
plugins \
|
||||||
@ -113,16 +114,6 @@ gdir_PYTHON = \
|
|||||||
# Could use GNU make's ':=' syntax for nice wildcard use.
|
# Could use GNU make's ':=' syntax for nice wildcard use.
|
||||||
# If not using GNU make, then list all files individually
|
# If not using GNU make, then list all files individually
|
||||||
# The latter is more portable and POSIX-friendly :)
|
# 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
|
# In principle the following rule slightly violates the automake/autoconf
|
||||||
# spirit of keeping each subdirectory as a separate entity unto itself.
|
# spirit of keeping each subdirectory as a separate entity unto itself.
|
||||||
|
13
gramps2/src/glade/Makefile.am
Normal file
13
gramps2/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