diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2010-10-24 18:23:10 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2010-10-24 18:23:10 +0200 |
commit | b99b9309b23fc4e1b5746abe188d1d4258eecdbd (patch) | |
tree | 510bbc6ed759ca724302da1723310cccdaf5b178 /configure.in | |
parent | dc0ebdfbdf3b1a381754c6ef4a59b0354eba7705 (diff) |
codec: Add the missing bits for include to install and pkgconfig to work
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 30f9d9cb..825152d3 100644 --- a/configure.in +++ b/configure.in @@ -99,9 +99,11 @@ AM_CONDITIONAL(ENABLE_MSGFILE, test "x$enable_msgfile" = "x1") AC_OUTPUT( libosmocore.pc + libosmocodec.pc libosmovty.pc include/osmocom/Makefile include/osmocom/vty/Makefile + include/osmocom/codec/Makefile include/osmocom/crypt/Makefile include/osmocore/Makefile include/osmocore/protocol/Makefile |