]> git.proxmox.com Git - pve-common.git/blobdiff - src/Makefile
Inotify: delete vlan-id for "iface.X" vlan iface.
[pve-common.git] / src / Makefile
index ada166d83aff4c0a2f178c7e254a9749d1475e0c..098a64826f98655a6e7abf8970ac8245674699aa 100644 (file)
@@ -7,15 +7,13 @@ MAN1DIR=${MANDIR}/man1/
 PERLDIR=${PREFIX}/share/perl5
 
 LIB_SOURCES = \
-       ACME.pm \
-       ACME/Challenge.pm \
-       ACME/StandAlone.pm \
        AtomicFile.pm \
        Certificate.pm \
        CLIFormatter.pm \
        CLIHandler.pm \
        CalendarEvent.pm \
        CpuSet.pm \
+       CGroup.pm \
        Daemon.pm \
        Exception.pm \
        INotify.pm \
@@ -23,6 +21,7 @@ LIB_SOURCES = \
        LDAP.pm \
        Network.pm \
        OTP.pm \
+       PBSClient.pm \
        PTY.pm \
        ProcFSTools.pm \
        RESTEnvironment.pm \
@@ -41,7 +40,6 @@ all:
 .PHONY: install
 install:
        install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE
-       install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/ACME
        for i in ${LIB_SOURCES}; do install -D -m 0644 PVE/$$i ${DESTDIR}${PERLDIR}/PVE/$$i; done