libidn-commit
[Top][All Lists]
Advanced

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

CVS libidn/src


From: libidn-commit
Subject: CVS libidn/src
Date: Sun, 26 Sep 2004 09:04:34 +0200

Update of /home/cvs/libidn/src
In directory dopio:/tmp/cvs-serv24161/src

Modified Files:
        Makefile.am 
Removed Files:
        getopt.c getopt1.c getopt_.h getopt_int.h 
Log Message:
Use Lesser GNULib.

--- /home/cvs/libidn/src/Makefile.am    2004/07/02 08:11:10     1.17
+++ /home/cvs/libidn/src/Makefile.am    2004/09/26 07:04:33     1.18
@@ -17,25 +17,16 @@
 # License along with GNU Libidn; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
-AM_CPPFLAGS = -I$(top_srcdir)/lib -I../lib
+AM_CPPFLAGS = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/gl -I../gl
 
 dist_lisp_DATA = punycode.el idna.el
 
 bin_PROGRAMS = idn
 
-BUILT_SOURCES = idn_cmd.c idn_cmd.h $(GETOPT_H)
+BUILT_SOURCES = idn_cmd.c idn_cmd.h
 idn_SOURCES = idn.c gettext.h idn.ggo idn_cmd.c idn_cmd.h
-EXTRA_DIST = getopt_.h getopt_int.h
 DISTCLEANFILES = $(BUILT_SOURCES)
-idn_LDADD = ../lib/libidn.la $(LTLIBINTL) $(LTLIBOBJS)
-
-# We need the following in order to create an <getopt.h> when the system
-# doesn't have one that works with the given compiler.
-all-local $(idn_OBJECTS): $(GETOPT_H)
-getopt.h: getopt_.h
-       cp $(srcdir)/getopt_.h address@hidden
-       mv address@hidden $@
-MOSTLYCLEANFILES = getopt.h getopt.h-t
+idn_LDADD = ../lib/libidn.la ../gl/libgnu.la $(LTLIBINTL)
 
 localedir = $(datadir)/locale
 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@





reply via email to

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