diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-07-17 09:34:46 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-07-17 09:34:46 +0000 |
commit | dc64bb768862b266f0e538678826d97545a9063b (patch) | |
tree | 3560f321799e7beee483669fc4eadd9d3a46c7b4 /perl-install/Makefile | |
parent | f53ad58e60ff5102010996379da1da1abfdf8cfe (diff) | |
download | drakx-dc64bb768862b266f0e538678826d97545a9063b.tar drakx-dc64bb768862b266f0e538678826d97545a9063b.tar.gz drakx-dc64bb768862b266f0e538678826d97545a9063b.tar.bz2 drakx-dc64bb768862b266f0e538678826d97545a9063b.tar.xz drakx-dc64bb768862b266f0e538678826d97545a9063b.zip |
remove historical consolehelper files (pam.d and console.apps)
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 253d5e880..eca24f33e 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 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 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 |