diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-07-31 06:17:07 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-07-31 06:17:07 +0800 |
commit | ce7d5d497c7e9116be6f1ba85b38dd96403f6e87 (patch) | |
tree | 10f4986ebabfff60f1c5e215ab6fd11b0c5e1652 /data/Makefile.am | |
parent | 0e426261da73ee87fe8563859333c3553f753ffd (diff) | |
download | gsoc2013-epiphany-ce7d5d497c7e9116be6f1ba85b38dd96403f6e87.tar.gz gsoc2013-epiphany-ce7d5d497c7e9116be6f1ba85b38dd96403f6e87.tar.zst gsoc2013-epiphany-ce7d5d497c7e9116be6f1ba85b38dd96403f6e87.zip |
2003-07-30 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-1.0.pc.in:
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 4687d7cbf..e4719255b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -24,6 +24,9 @@ schema_DATA = epiphany.schemas aboutdir = $(pkgdatadir) about_DATA = epiphany.xhtml conspiracy.xhtml +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = epiphany-1.0.pc + install-data-local: if test -z "$(DESTDIR)" ; then \ for p in $(schema_DATA) ; do \ @@ -35,6 +38,8 @@ EXTRA_DIST = $(server_in_files) \ $(schema_in_files) \ $(DESKTOP_IN_FILES) \ $(about_DATA) \ - $(applications_DATA) + $(applications_DATA) \ + $(pkgconfig_DATA) + -DISTCLEANFILES = $(server_DATA) $(Applications_DATA) $(schema_DATA) $(DESKTOP_FILES) +DISTCLEANFILES = $(server_DATA) $(Applications_DATA) $(schema_DATA) $(pkgconfig_DATA) $(DESKTOP_FILES) |