diff options
author | Guillem Jover <guillem@debian.org> | 2012-06-05 06:44:30 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2012-06-06 12:06:20 +0200 |
commit | db5525b9ef495d54cec35941e92065288e47643f (patch) | |
tree | 9540892363242c06ba7b95df4536621823deb981 /scripts/Makefile.am | |
parent | 14e63102e2a962a171e3e781f71d14ca0437ed23 (diff) | |
download | dpkg-db5525b9ef495d54cec35941e92065288e47643f.tar.gz |
Dpkg::File: Refactor file locking logic into this new module
Move libfile-fcntllock-perl dependency from dpkg-dev to libdpkg-perl.
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 d1c9d2b4c..3cc2758f5 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -76,6 +76,7 @@ nobase_dist_perllib_DATA = \ Dpkg/Deps.pm \ Dpkg/ErrorHandling.pm \ Dpkg/Exit.pm \ + Dpkg/File.pm \ Dpkg/Gettext.pm \ Dpkg/Index.pm \ Dpkg/Interface/Storable.pm \ |