diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-02-20 20:37:26 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-02-20 20:37:26 +0100 |
commit | 47a0885d78998aaaa3f68c9cdccef79fef6954af (patch) | |
tree | bece2f08d0b3d36d91a454a0640b7021939ced8a /include | |
parent | ec8b4501c7b0bfb286db7789635168d1b84f9105 (diff) |
add missing Makefile.am in include/osmocore/protocol directory
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocore/protocol/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocore/protocol/Makefile.am b/include/osmocore/protocol/Makefile.am new file mode 100644 index 00000000..6d8883e6 --- /dev/null +++ b/include/osmocore/protocol/Makefile.am @@ -0,0 +1,3 @@ +osmocore_proto_HEADERS = gsm_04_08.h gsm_04_11.h gsm_04_80.h gsm_08_58.h gsm_12_21.h + +osmocore_protodir = $(includedir)/osmocore/protocol |