diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-13 09:48:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-13 09:48:49 +0000 |
commit | d4bdb2553f4468e1c73663884edf6b9a8557b110 (patch) | |
tree | cc8b5d4d814c38219beb6867b0a79d802db82655 /perl-install/Makefile | |
parent | c4902e089870b44b05b21b380d4796fa58cfc9a7 (diff) | |
download | drakx-d4bdb2553f4468e1c73663884edf6b9a8557b110.tar drakx-d4bdb2553f4468e1c73663884edf6b9a8557b110.tar.gz drakx-d4bdb2553f4468e1c73663884edf6b9a8557b110.tar.bz2 drakx-d4bdb2553f4468e1c73663884edf6b9a8557b110.tar.xz drakx-d4bdb2553f4468e1c73663884edf6b9a8557b110.zip |
fix installation after pixel changes
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 1f065cf04..ac39008fa 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -7,7 +7,7 @@ include Makefile.config POFILES = $(shell ls share/po/*.po) MOFILES = $(POFILES:%.po=%.mo) -DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config apps.net_monitor ddcprobe drakxtools.spec pam.net_monitor serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons pixmaps standalone/interactive_http rpcinfo-flushed.c +DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config apps.net_monitor ddcprobe drakxtools.spec pam.net_monitor serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons pixmaps standalone/interactive_http rpcinfo-flushed.c standalone/service_harddrake.sh OTHERS = $(OTHERDIRS) $(OTHERFILES) OTHERDIRS = tools/ddcprobe tools/serial_probe OTHERFILES = tools/rpcinfo-flushed.c |