Do not build own getopt implementation, make use of getopt_long() that we

now have; ok maintainer Jolan Luff
This commit is contained in:
pvalchev 2002-12-23 20:36:01 +00:00
parent 3e2095c8a9
commit f32e30309b

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2002/12/23 20:36:01 pvalchev Exp $
--- src/Makefile.in.orig Mon Dec 23 10:30:39 2002
+++ src/Makefile.in Mon Dec 23 10:30:47 2002
@@ -92,7 +92,7 @@ INCLUDES = @GTK_CFLAGS@
bin_PROGRAMS = lopster
-lopster_SOURCES = main.c lopster.h support.c support.h interface.c interface.h callbacks.c callbacks.h connection.c connection.h global.c global.h handler.c handler.h commands.c commands.h hotlist.c hotlist.h chat.c chat.h transfer.c transfer.h dirselect.c dirselect.h search.c search.h log.c log.h scheme.c scheme.h resume.c resume.h server.c server.h preferences.c preferences.h browse.c browse.h dialog.c dialog.h splash.c splash.h exec.c exec.h md5.c md5.h wizard.c wizard.h statistic.c statistic.h whois.c whois.h about.c about.h filetips.c filetips.h getopt.c getopt1.c getopt.h string_list.c string_list.h whiteboard.c whiteboard.h subscription.c subscription.h userinfo.c userinfo.h share2.c share2.h mp3_ext.c mp3_ext.h ogg_ext.c ogg_ext.h clist_rename.c clist_rename.h ping.c ping.h wpnp.c wpnp.h irc.c irc.h irc_handler.c irc_handler.h napster_handler.c napster_handler.h
+lopster_SOURCES = main.c lopster.h support.c support.h interface.c interface.h callbacks.c callbacks.h connection.c connection.h global.c global.h handler.c handler.h commands.c commands.h hotlist.c hotlist.h chat.c chat.h transfer.c transfer.h dirselect.c dirselect.h search.c search.h log.c log.h scheme.c scheme.h resume.c resume.h server.c server.h preferences.c preferences.h browse.c browse.h dialog.c dialog.h splash.c splash.h exec.c exec.h md5.c md5.h wizard.c wizard.h statistic.c statistic.h whois.c whois.h about.c about.h filetips.c filetips.h string_list.c string_list.h whiteboard.c whiteboard.h subscription.c subscription.h userinfo.c userinfo.h share2.c share2.h mp3_ext.c mp3_ext.h ogg_ext.c ogg_ext.h clist_rename.c clist_rename.h ping.c ping.h wpnp.c wpnp.h irc.c irc.h irc_handler.c irc_handler.h napster_handler.c napster_handler.h
lopster_LDADD = @GTK_LIBS@