diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-07-01 13:26:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-01 13:26:09 +0200 |
| commit | b8bdc8a668ee7786fc6c19f91d18b944a5e9cdbc (patch) | |
| tree | e9697cbe7ef50908ce96a0a57e76f7d7b7bcaeb2 /Makefile.am | |
| parent | 6f435de5a5ee165d24a11a28c5aa10b735bace03 (diff) | |
| parent | 069bd35b3cc58e0deeae02d3a7811d29c1ccea3f (diff) | |
| download | vyatta-cfg-b8bdc8a668ee7786fc6c19f91d18b944a5e9cdbc.tar.gz vyatta-cfg-b8bdc8a668ee7786fc6c19f91d18b944a5e9cdbc.zip | |
Merge pull request #83 from c-po/no-legacy
T6527: remove legacy Perl library components
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index c175d7d..073ee3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,3 @@ -SUBDIRS = . perl_dmod - -share_perl5dir = /opt/vyatta/share/perl5/Vyatta completiondir = /etc/bash_completion.d initddir = /etc/init.d logrotatedir = /etc/logrotate.d @@ -101,14 +98,6 @@ sbin_SCRIPTS += scripts/vyatta-log-commit.pl sbin_SCRIPTS += scripts/vyos-user-precommit-hooks.sh sbin_SCRIPTS += scripts/vyos-user-postcommit-hooks.sh -share_perl5_DATA = lib/Vyatta/Config.pm -share_perl5_DATA += lib/Vyatta/File.pm -share_perl5_DATA += lib/Vyatta/Misc.pm -share_perl5_DATA += lib/Vyatta/ioctl.pm -share_perl5_DATA += lib/Vyatta/Interface.pm -share_perl5_DATA += lib/Vyatta/TypeChecker.pm -share_perl5_DATA += lib/Vyatta/ConfigOutput.pm - default_DATA = etc/default/vyatta-cfg default_DATA += etc/default/vyatta-load-boot |
