diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-04 04:34:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-04 04:34:10 +0000 |
commit | 1515c2ac3089c7a910122464c3614bdcc2e55dec (patch) | |
tree | 458523dbd22739a6524d5c706547b43e329a246f /perl-install/Makefile | |
parent | bdbd3728bd271236fa91d689430e164a63063b84 (diff) | |
download | drakx-1515c2ac3089c7a910122464c3614bdcc2e55dec.tar drakx-1515c2ac3089c7a910122464c3614bdcc2e55dec.tar.gz drakx-1515c2ac3089c7a910122464c3614bdcc2e55dec.tar.bz2 drakx-1515c2ac3089c7a910122464c3614bdcc2e55dec.tar.xz drakx-1515c2ac3089c7a910122464c3614bdcc2e55dec.zip |
remove unused net_applet.desktop
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 13c6ede84..ed53d1b0f 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -8,7 +8,7 @@ include Makefile.config POFILES = $(shell ls share/po/*.po) MOFILES = $(POFILES:%.po=%.mo) -DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config ddcprobe drakxtools.spec 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 +DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config ddcprobe drakxtools.spec serial_probe share/po share/diskdrake.rc $(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 |