]> git.pld-linux.org Git - packages/gftp.git/blob - gftp-am_fixes.patch
- new files should be descripted
[packages/gftp.git] / gftp-am_fixes.patch
1 --- gftp-2.0.14/src/text/Makefile.am~   Sun Feb  9 23:44:18 2003
2 +++ gftp-2.0.14/src/text/Makefile.am    Sun Feb  9 23:44:18 2003
3 @@ -1,9 +1,9 @@
4  ## Process this file with automake to produce Makefile.in
5  
6 -bin_PROGRAMS = @GFTP_TEXT@
7 +bin_PROGRAMS = $(GFTP_TEXT)
8  EXTRA_PROGRAMS = gftp-text
9  gftp_text_SOURCES=gftp-text.c 
10 -INCLUDES=@GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
11 -LDADD = ../../lib/libgftp.a @LIBINTL@ @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@
12 +INCLUDES = $(GLIB_CFLAGS) -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
13 +LDADD = ../../lib/libgftp.a $(INTLLIBS) $(GLIB_LIBS) $(EXTRA_LIBS) $(READLINE_LIBS)
14  noinst_HEADERS=gftp-text.h
15  localedir=$(datadir)/locale
16 --- gftp-2.0.14/src/gtk/Makefile.am~    Sun Feb  9 23:46:32 2003
17 +++ gftp-2.0.14/src/gtk/Makefile.am     Sun Feb  9 23:46:32 2003
18 @@ -1,11 +1,11 @@
19  ## Process this file with automake to produce Makefile.in
20  
21 -bin_PROGRAMS = @GFTP_GTK@
22 +bin_PROGRAMS = $(GFTP_GTK)
23  EXTRA_PROGRAMS = gftp-gtk
24  gftp_gtk_SOURCES = bookmarks.c chmod_dialog.c delete_dialog.c dnd.c \
25                       gftp-gtk.c menu-items.c misc-gtk.c mkdir_dialog.c \
26                       options_dialog.c rename_dialog.c transfer.c view_dialog.c
27 -INCLUDES = @GTK_CFLAGS@ @PTHREAD_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
28 -LDADD = ../../lib/libgftp.a @LIBINTL@ @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@
29 +INCLUDES = $(GTK_CFLAGS) $(PTHREAD_CFLAGS) -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
30 +LDADD = ../../lib/libgftp.a $(INTLLIBS) $(GTK_LIBS) $(PTHREAD_LIBS) $(EXTRA_LIBS) $(GTHREAD_LIBS)
31  noinst_HEADERS = gftp-gtk.h
32  localedir = $(datadir)/locale
This page took 0.052629 seconds and 3 git commands to generate.