aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-05-02 10:47:12 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-05-02 10:47:12 +0000
commit9656f54e9bf50e2f8e8a12fcbc65619f42248d6e (patch)
treed00a664e425d10a0bbc57af45461a86cf5d91d41 /plugins/Makefile.nmake
parentcf33dbddb3b273c70a9151e5edb21ab0061750c3 (diff)
as Thomas Boehne suggested, put each plugin target into it's own line, so private plugins can better keep in track with the official Makefile's
svn path=/trunk/; revision=14262
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake26
1 files changed, 25 insertions, 1 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index 8c968082ea..105088cc79 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -6,7 +6,31 @@ include ..\config.nmake
############### no need to modify below this line #########
-all: acn agentx artnet asn1 ciscosm docsis enttec giop gryphon irda lwres mate megaco mgcp opsi pcli profinet rdm rlm rtnet rudp stats_tree v5ua xml
+all: \
+ acn \
+ agentx \
+ artnet \
+ asn1 \
+ ciscosm \
+ docsis \
+ enttec \
+ giop \
+ gryphon \
+ irda \
+ lwres \
+ mate \
+ megaco \
+ mgcp \
+ opsi \
+ pcli \
+ profinet \
+ rdm \
+ rlm \
+ rtnet \
+ rudp \
+ stats_tree \
+ v5ua xml \
+
acn::
cd acn