]> git.pld-linux.org Git - packages/fyba.git/blob - fyba-link.patch
- x32 rebuild
[packages/fyba.git] / fyba-link.patch
1 --- fyba/src/GM/Makefile.am.orig        2014-05-17 07:12:11.000000000 +0200
2 +++ fyba/src/GM/Makefile.am     2014-05-17 21:51:38.668339437 +0200
3 @@ -4,6 +4,7 @@
4  lib_LTLIBRARIES = libfygm.la
5  libfygm_la_SOURCES = fygm.h GM.cpp stdafx.cpp stdafx.h
6  libfygm_la_LDFLAGS = -version-info 0:0:0
7 +libfygm_la_LIBADD = $(top_builddir)/src/UT/libfyut.la
8  
9  library_includedir=$(includedir)/fyba
10  library_include_HEADERS = fygm.h 
11 --- fyba/src/FYBA/Makefile.am.orig      2014-05-17 07:12:11.000000000 +0200
12 +++ fyba/src/FYBA/Makefile.am   2014-05-17 22:22:23.784967631 +0200
13 @@ -4,6 +4,7 @@
14  lib_LTLIBRARIES = libfyba.la
15  libfyba_la_SOURCES = fyba.h Fyba_Callback.cpp  FYBA_DLL.cpp      FYHO.cpp  FYLD.cpp  FYLH.cpp  fyln.cpp  FYLP.cpp  FYLS.cpp  FYLX.cpp  stdafx.cpp FYBA.cpp           Fyba_melding.cpp  FYLB.cpp  FYLE.cpp  FYLI.cpp  FYLO.cpp  FYLR.cpp  FYLU.cpp  FYTA.cpp fyba.h  fyba_strings.h  fybax.h  stdafx.h
16  libfyba_la_LDFLAGS = -version-info 0:0:0
17 +libfyba_la_LIBADD = $(top_builddir)/src/GM/libfygm.la $(top_builddir)/src/UT/libfyut.la
18  
19  library_includedir=$(includedir)/fyba
20  library_include_HEADERS = fyba.h     
21 --- fyba/Makefile.am.orig       2014-05-17 07:12:11.000000000 +0200
22 +++ fyba/Makefile.am    2014-05-17 22:19:55.298304085 +0200
23 @@ -1,3 +1,3 @@
24  ACLOCAL_AMFLAGS = -I m4
25  AUTOMAKE_OPTIONS = foreign
26 -SUBDIRS = src/GM src/UT src/FYBA doc
27 +SUBDIRS = src/UT src/GM src/FYBA doc
This page took 0.04455 seconds and 3 git commands to generate.