diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-08-09 23:52:15 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-08-09 23:52:15 +0200 |
| commit | bd6f48ebe79c5df764de616bec55dc284eb91210 (patch) | |
| tree | f0c3cd7c92d703401f137b9c804cfbb7f2e113f4 /src/Makefile.am | |
| parent | b2111416237bbcb697146be58551030ea21f8339 (diff) | |
Break out tpp load and save methods
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 41eeecf..607a056 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,7 +38,8 @@ libtp_a_SOURCES = args.cc args.hh xdg.cc xdg.hh terminal.cc terminal.hh \ character.cc character.hh config.cc config.hh \ strings.cc strings.hh io.cc io.hh looper.cc looper.hh \ buffer.cc buffer.hh chunked.cc chunked.hh \ - package.cc package.hh data.hh common.hh utf.hh utf.cc + package.cc package.hh data.hh common.hh utf.hh utf.cc \ + packages.cc packages.hh if !HAVE_SSL libtp_a_SOURCES += mitm_stub.cc endif |
