annotate src/uicommon/Makefile.am @ 972:e1167c901484

2008-11-30 Brian Masney <masneyb@gftp.org> * src/uicommon/gftpui.c - fixed word wrapping in the text port when the application first starts up.
author masneyb
date Sun, 30 Nov 2008 20:03:50 +0000
parents 4376ffeab64e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
341
eedc2c5727fa 2003-12-28 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1 ## Process this file with automake to produce Makefile.in
eedc2c5727fa 2003-12-28 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
2
eedc2c5727fa 2003-12-28 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
3 noinst_LIBRARIES = libgftpui.a
eedc2c5727fa 2003-12-28 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
4 libgftpui_a_SOURCES = gftpui.c gftpuicallbacks.c
483
4376ffeab64e 2004-6-13 Brian Masney <masneyb@gftp.org>
masneyb
parents: 341
diff changeset
5 INCLUDES = @GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl
341
eedc2c5727fa 2003-12-28 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
6 noinst_HEADERS = gftpui.h
eedc2c5727fa 2003-12-28 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
7