summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-05-13 16:36:05 +0200
committerneoraider <devnull@localhost>2007-05-13 16:36:05 +0200
commit8b4aaf4ef5f2f1ba114b0f2a1a94db273ad45e4f (patch)
treea5f5268aba1a181f5929b8ea90b3670bb268ed42 /configure.in
parentc3580f59f70d862eee8727a7ee88074998e945d4 (diff)
downloadlibneofx-8b4aaf4ef5f2f1ba114b0f2a1a94db273ad45e4f.tar
libneofx-8b4aaf4ef5f2f1ba114b0f2a1a94db273ad45e4f.zip
Now using pkgconfig for library dependencies.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c175a8e..358575c 100644
--- a/configure.in
+++ b/configure.in
@@ -30,4 +30,4 @@ AC_FUNC_REALLOC
AC_CHECK_FUNCS([sqrtf], , AC_MSG_ERROR([required function sqrtf not found]))
AC_CONFIG_FILES([Makefile])
-AC_OUTPUT
+AC_OUTPUT([libneofx-0.1.pc])