diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eca8eeec..6891d163 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,9 @@ gatchat_sources = gatchat/gatchat.h gatchat/gatchat.c \ gatchat/gattty.h gatchat/gattty.c \ gatchat/gatutil.h gatchat/gatutil.c \ gatchat/gat.h \ - gatchat/gatserver.h gatchat/gatserver.c + gatchat/gatserver.h gatchat/gatserver.c \ + gatchat/gatppp.c gatchat/gatppp.h \ + gatchat/ppp.c gatchat/ppp.h udev_files = plugins/ofono.rules |