]> git.pld-linux.org Git - packages/xdelta.git/blob - xdelta-am15.patch
- added the unresolved.patch
[packages/xdelta.git] / xdelta-am15.patch
1 --- xdelta-1.1.4/Makefile.am.orig       2007-03-15 22:30:08.000000000 +0000
2 +++ xdelta-1.1.4/Makefile.am    2007-03-15 22:30:33.000000000 +0000
3 @@ -16,10 +16,10 @@
4  
5  lib_LTLIBRARIES = libxdelta.la
6  
7 -libxdelta_la_SOURCES = xdelta.c xdapply.c $(SER_SOURCES)
8 +libxdelta_la_SOURCES = xdelta.c xdapply.c xd_edsio.c xd_edsio.h
9  libxdelta_la_LIBADD  = $(GLIB_LIBS)
10  
11 -EXTRA_DIST = xd.ser $(SER_OUT) xdelta.magic xdelta.prj xdelta.m4       \
12 +EXTRA_DIST = xd.ser xdelta.magic xdelta.prj xdelta.m4  \
13         autogen.sh stamp-ser xdrsync.c
14  
15  SUBDIRS = libedsio . test doc djgpp
16 @@ -38,13 +38,4 @@
17         $(top_srcdir)/libedsio/edsio-comp xd.ser
18         touch stamp-ser
19  
20 -SER_OUT = xd_edsio.h xd_edsio.c
21  
22 -$(SER_OUT): stamp-ser
23 -
24 -SER_SOURCES   = xd_edsio.c
25 -BUILT_SOURCES = $(SER_SOURCES)
26 -
27 -#
28 -#
29 -#
This page took 0.049033 seconds and 3 git commands to generate.