aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-19 05:51:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-19 05:51:25 +0800
commitce6181e8b279b48ce30e84e830d01b4549b353d8 (patch)
tree103cd55fdc686101cbc0fbda98109ccbe79db2c4 /Makefile.am
parent6ae7523247c22a45222f2b7922c26c9c9dbfd75b (diff)
downloadgsoc2013-evolution-ce6181e8b279b48ce30e84e830d01b4549b353d8.tar
gsoc2013-evolution-ce6181e8b279b48ce30e84e830d01b4549b353d8.tar.gz
gsoc2013-evolution-ce6181e8b279b48ce30e84e830d01b4549b353d8.tar.bz2
gsoc2013-evolution-ce6181e8b279b48ce30e84e830d01b4549b353d8.tar.lz
gsoc2013-evolution-ce6181e8b279b48ce30e84e830d01b4549b353d8.tar.xz
gsoc2013-evolution-ce6181e8b279b48ce30e84e830d01b4549b353d8.tar.zst
gsoc2013-evolution-ce6181e8b279b48ce30e84e830d01b4549b353d8.zip
Stub in pkg-config files for mail and calendar.
The requirements list needs fleshed out but I thought we could just add things as needed, especially for Anjal.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d88ad131e1..3738e5c8c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,8 +6,10 @@ changelogs = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = \
- evolution-shell.pc \
- evolution-plugin.pc
+ evolution-calendar.pc \
+ evolution-mail.pc \
+ evolution-plugin.pc \
+ evolution-shell.pc
EXTRA_DIST = \
AUTHORS \