aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-21 18:54:32 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-22 11:43:23 +0200
commit33cb71ac91fb870702dbb71595dba4a554001e3c (patch)
treeba275acb6376eef01b8dc54a574fea6c2fe47443 /include/osmocom/core/Makefile.am
parent825607672215b7a12ea6e201a89cd5209f6d657f (diff)
gsmtap: rework GSMTAP API to be more future-proof0.3.1
* use write_queue where applicable * provide functions that work on raw FD and those with osmo_fd * add support for multiple gsmtap instances (no global variables)
Diffstat (limited to 'include/osmocom/core/Makefile.am')
-rw-r--r--include/osmocom/core/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/Makefile.am b/include/osmocom/core/Makefile.am
index 36988733..3c30362c 100644
--- a/include/osmocom/core/Makefile.am
+++ b/include/osmocom/core/Makefile.am
@@ -1,5 +1,5 @@
osmocore_HEADERS = signal.h linuxlist.h timer.h select.h msgb.h bits.h \
- bitvec.h statistics.h utils.h \
+ bitvec.h statistics.h utils.h socket.h \
gsmtap.h write_queue.h \
logging.h rate_ctr.h gsmtap_util.h \
plugin.h crc16.h panic.h process.h msgfile.h \