# HG changeset patch # User Sadrul Habib Chowdhury # Date 1172452304 0 # Node ID 1e4f4e000c7634ceb29671462d1ef23b6ea078ce # Parent 1f7106b999d5c043ae2b2b689fed96c844d36291 Fix bug# 1653581: "2.0beta6 does not compile on Solaris 9 w/gcc 3.4.6" because getopt.h was missing from the tarball. diff -r 1f7106b999d5 -r 1e4f4e000c76 console/Makefile.am --- a/console/Makefile.am Mon Feb 26 00:30:23 2007 +0000 +++ b/console/Makefile.am Mon Feb 26 01:11:44 2007 +0000 @@ -1,5 +1,10 @@ if ENABLE_GNT +EXTRA_DIST = \ + getopt.c \ + getopt.h \ + getopt1.c + SUBDIRS = libgnt plugins bin_PROGRAMS = gaim-text