summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-07-15 18:12:45 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-07-29 20:01:50 -0700
commited49fb9aa9e4bda317bb3b9bf19e1ba1a2de3187 (patch)
treee76cddfa64036ed7b134f672562477b6e347110f /configure.ac
parentaf403e2e2cc06b7ab8b5e0411060ef4d940c2c7f (diff)
build: Add pkg-config information
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 29583c3..615d795 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,4 +58,4 @@ if (test "${enable_tester}" != "no"); then
fi
AM_CONDITIONAL(TESTER, test "${enable_tester}" != "no")
-AC_OUTPUT(Makefile)
+AC_OUTPUT(Makefile sbc/sbc.pc)