aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-11-08 15:01:42 +0100
committerHarald Welte <laforge@gnumonks.org>2012-11-08 15:05:04 +0100
commitae37eace2fbc0114a9cf220727d7b7bce335c653 (patch)
tree542a4853bba968ab928e96934f13baec751af0e1 /configure.ac
parente74d4af78053c4adc0be2ed3b52417d1ef9ef860 (diff)
add pkg-config support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 929bb48..ee5e68f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,4 +27,5 @@ AC_CHECK_FUNCS([memset])
AC_OUTPUT([Makefile
def_frame/Makefile
def_list/Makefile
- binary/Makefile])
+ binary/Makefile
+ libsmpp34.pc])