diff options
author | Harald Welte <laforge@gnumonks.org> | 2014-08-20 19:58:40 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2014-08-21 15:34:18 +0200 |
commit | 3ff81b1a6b830d16803f3fc7356e9fd71162b6c6 (patch) | |
tree | c4c07ba874e41a6e172b80023943b9df383fe116 /include | |
parent | 7fd0c830d968e67be555bd1aeabced4cc5e08061 (diff) |
libctrl: autotools build system integration
Now we actually build the recently-imported libctrl
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 03d21f46..6f14cb08 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -37,6 +37,8 @@ nobase_include_HEADERS = \ osmocom/core/write_queue.h \ osmocom/crypt/auth.h \ osmocom/crypt/gprs_cipher.h \ + osmocom/ctrl/control_cmd.h \ + osmocom/ctrl/control_if.h \ osmocom/gprs/gprs_bssgp.h \ osmocom/gprs/gprs_bssgp_bss.h \ osmocom/gprs/gprs_msgb.h \ |