libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS libidn/csharp


From: libidn-commit
Subject: CVS libidn/csharp
Date: Thu, 1 Dec 2005 23:55:28 +0100

Update of /home/cvs/libidn/csharp
In directory dopio:/tmp/cvs-serv20572

Modified Files:
        Makefile.am 
Log Message:
Fix.


--- /home/cvs/libidn/csharp/Makefile.am 2005/12/01 22:46:19     1.5
+++ /home/cvs/libidn/csharp/Makefile.am 2005/12/01 22:55:28     1.6
@@ -18,12 +18,17 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-ACLOCAL_AMFLAGS = -I m4
+CSHARPCOMP = $(SHELL) ./csharpcomp.sh
+CSHARPCOMPFLAGS = -O -g
+
+SOURCES = AssemblyInfo.cs IDNA.cs RFC3454.cs CombiningClass.cs \
+       IDNAException.cs Stringprep.cs Composition.cs NFKC.cs   \
+       StringprepException.cs DecompositionKeys.cs Punycode.cs \
+       DecompositionMappings.cs PunycodeException.cs
 
-SUBDIRS = lib
+EXTRA_DIST = $(SOURCES)
 
-CSHARPCOMP = $(SHELL) lib/csharpcomp.sh
-CSHARPCOMPFLAGS = -O -g
+CLEANFILES = Libidn.dll
 
 all-local: Libidn.dll
 
@@ -37,16 +42,6 @@
 uninstall-local:
        rm -f $(DESTDIR)$(libdir)/Libidn.dll
 
-
-SOURCES = AssemblyInfo.cs IDNA.cs RFC3454.cs CombiningClass.cs \
-       IDNAException.cs Stringprep.cs Composition.cs NFKC.cs   \
-       StringprepException.cs DecompositionKeys.cs Punycode.cs \
-       DecompositionMappings.cs PunycodeException.cs
-
 Libidn.dll: $(SOURCES)
        $(CSHARPCOMP) $(CSHARPCOMPFLAGS) -o $@ \
                `for src in $(SOURCES); do echo $(srcdir)/$$src; done`
-
-EXTRA_DIST = $(SOURCES)
-
-CLEANFILES = Libidn.dll





reply via email to

[Prev in Thread] Current Thread [Next in Thread]