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 /include/osmocom/codec | |
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 'include/osmocom/codec')
-rw-r--r-- | include/osmocom/codec/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/codec/Makefile.am b/include/osmocom/codec/Makefile.am new file mode 100644 index 00000000..c2136023 --- /dev/null +++ b/include/osmocom/codec/Makefile.am @@ -0,0 +1,3 @@ +osmocodec_HEADERS = codec.h + +osmocodecdir = $(includedir)/osmocom/codec |