diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-02-14 21:16:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-02-14 21:16:29 (GMT) |
commit | 1898c6ea16d0eee8ecc5ab9ebb26ac91ad7314b4 (patch) | |
tree | 5c50e152eea144a1d2e6785e84033165c6d2a884 /src/debug | |
parent | 252aa6db5c9d34c554f3b970efba5d0b738c2f93 (diff) |
Fixed the creation of distribution tarballs.
Diffstat (limited to 'src/debug')
-rwxr-xr-x | src/debug/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/Makefile.am b/src/debug/Makefile.am index e9dd1fd..b2f4685 100755 --- a/src/debug/Makefile.am +++ b/src/debug/Makefile.am @@ -3,6 +3,7 @@ noinst_LTLIBRARIES = libdebug.la libdebug_la_SOURCES = \ break.h break.c \ + debugger-int.h \ debugger.h debugger.c \ packet-int.h \ packet.h packet.c \ |