diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-29 05:34:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-29 05:34:29 +0000 |
commit | cbadacfc981a5e62670733677ed5a21381742f27 (patch) | |
tree | 1962680fcd4147e0458abacbad1922c5dfa3b7a3 /perl-install | |
parent | 0f3314963963a4d685298e3fc4520dc3f637baff (diff) | |
download | drakx-cbadacfc981a5e62670733677ed5a21381742f27.tar drakx-cbadacfc981a5e62670733677ed5a21381742f27.tar.gz drakx-cbadacfc981a5e62670733677ed5a21381742f27.tar.bz2 drakx-cbadacfc981a5e62670733677ed5a21381742f27.tar.xz drakx-cbadacfc981a5e62670733677ed5a21381742f27.zip |
add missing share/net_monitor.desktop
Diffstat (limited to 'perl-install')
-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 d0274441d..b23460334 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 pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/service_harddrake.sh +DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config apps.net_monitor ddcprobe drakxtools.spec pam.net_monitor serial_probe share/po share/diskdrake.rc share/net_applet.desktop $(STANDALONEPMS) standalone/icons pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/service_harddrake.sh OTHERS = $(OTHERDIRS) $(OTHERFILES) OTHERDIRS = tools/ddcprobe tools/serial_probe OTHERFILES = tools/rpcinfo-flushed.c |