summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-04-10 15:11:46 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-04-10 15:11:46 +0200
commit20b394e72b05b3ecb5e8ec9ade14f287589c7cd8 (patch)
treea4aa4e66595f85d24c101fe713549d046ef1715a /Makefile.am
parenta9c204effa724ff31937e526f1050eadca6a9beb (diff)
downloadofono-20b394e72b05b3ecb5e8ec9ade14f287589c7cd8.tar.bz2
Add abstraction for HDLC stream handling
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d89c47e7..20dff398 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,6 +57,7 @@ gatchat_sources = gatchat/gatchat.h gatchat/gatchat.c \
gatchat/gatutil.h gatchat/gatutil.c \
gatchat/gat.h \
gatchat/gatserver.h gatchat/gatserver.c \
+ gatchat/gathdlc.c gatchat/gathdlc.h \
gatchat/gatppp.c gatchat/gatppp.h \
gatchat/ppp.h gatchat/ppp_cp.h \
gatchat/ppp_cp.c gatchat/ppp_lcp.c \