summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-10-27 18:32:45 +0000
committerLennart Poettering <lennart@poettering.net>2003-10-27 18:32:45 +0000
commitb9f50d5376dfce9e7fda1cda479576e5fecb1bf5 (patch)
treeb0446941bb4f2854a82555a4447aa37828b10258 /configure.ac
parentfdcd274530a4ae8a886fd27a42cf1faba00b8a25 (diff)
add pkg-config files
git-svn-id: file:///home/lennart/svn/public/libnewmail/trunk@40 2d4e79f2-dfba-0310-a9f4-9628e67fcdf4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4dec845..d0a3fd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,5 +108,5 @@ fi
AM_CONDITIONAL([USE_LYNX], [test "x$lynx" = xyes])
-AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile doc/README.html doc/doxygen.conf examples/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile doc/README.html doc/doxygen.conf examples/Makefile libnewmail.pc])
AC_OUTPUT