Erik Grinaker is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againRevelation / data / gconf / Makefile.am
- commit
- 60595491f191
- parent
- ac1d7b7ffc91
- branch
- default
- tags
- revelation-0.4.5
set release date
1 |
1c96b7e48232
|
## Process this file with automake to produce Makefile.in |
2 |
1c96b7e48232
|
# |
3 |
1c96b7e48232
|
# data/gconf/Makefile.am |
4 |
1c96b7e48232
|
# |
5 |
1c96b7e48232
|
# $Id$ |
6 |
1c96b7e48232
|
# |
7 |
1c96b7e48232
|
|
8 |
1c96b7e48232
|
schemadir = @GCONF_SCHEMA_FILE_DIR@ |
9 |
e5681e842641
|
schema_DATA = revelation.schemas revelation-applet.schemas |
10 |
1c96b7e48232
|
|
11 |
1c96b7e48232
|
|
12 |
1c96b7e48232
|
install-data-hook: |
13 |
1c96b7e48232
|
if GCONF_SCHEMAS_INSTALL |
14 |
1c96b7e48232
|
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \ |
15 |
1c96b7e48232
|
$(GCONFTOOL) --makefile-install-rule $(schema_DATA) |
16 |
1c96b7e48232
|
endif |
17 |
1c96b7e48232
|