Fixed NormalizeArgs so that when an option starts
[mono.git] / mcs / class / Mono.GetOptions / Makefile
1 thisdir = class/Mono.GetOptions
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.GetOptions.dll
6 LIB_MCS_FLAGS =
7 NO_TEST = yes
8
9 EXTRA_DISTFILES = \
10         Mono.GetOptions.csproj          \
11         GetOptTest/AssemblyInfo.cs      \
12         GetOptTest/GetOptTester.cs
13
14 include ../../build/library.make