diff options
author | Guillem Jover <guillem@debian.org> | 2018-09-16 23:47:10 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-10-08 11:46:36 +0200 |
commit | 837ecfdac680369ce71d96748a8a4762a414f654 (patch) | |
tree | 5bf1dda3ab08192da15f18acd8094e03ee8e3382 /scripts/Makefile.am | |
parent | ffe3d7aeed7e7eb9a1c22d45fd0e5c2af2c8bcad (diff) | |
download | dpkg-837ecfdac680369ce71d96748a8a4762a414f654.tar.gz |
Dpkg::Source::Package::V2: Split BinaryFiles module into its own file
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index d8160749b..d7bd8d2f7 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -104,6 +104,7 @@ nobase_dist_perllib_DATA = \ Dpkg/Shlibs/SymbolFile.pm \ Dpkg/Shlibs/Cppfilt.pm \ Dpkg/Source/Archive.pm \ + Dpkg/Source/BinaryFiles.pm \ Dpkg/Source/Functions.pm \ Dpkg/Source/Package.pm \ Dpkg/Source/Package/V1.pm \ |