Fix makefile

git-svn-id: http://op25.osmocom.org/svn/trunk@281 65a5c917-d112-43f1-993d-58c26a4786be
This commit is contained in:
matt 2011-04-12 09:24:18 +00:00
parent 221893dc67
commit 057b183bb6
2 changed files with 8 additions and 2 deletions

View File

@ -101,8 +101,13 @@ op25.cc op25.py: $(LOCAL_IFILES) $(ALL_IFILES)
# These headers get installed in ${prefix}/include/gnuradio
grinclude_HEADERS = \
op25_decoder_ff.h
op25_decoder_ff.h \
op25_p25_frame.h \
op25_imbe_frame.h \
op25_golay.h \
op25_hamming.h \
op25_yank.h
# These swig headers get installed in ${prefix}/include/gnuradio/swig
swiginclude_HEADERS = \
$(LOCAL_IFILES)

View File

@ -7,6 +7,7 @@
#include <op25_yank.h>
#include <op25_golay.h>
#include <op25_hamming.h>
#include <stdio.h>
typedef std::vector<bool> voice_codeword;
typedef const std::vector<bool> const_bit_vector;