]> git.pld-linux.org Git - packages/xdelta.git/blame - xdelta-am15.patch
- added the unresolved.patch
[packages/xdelta.git] / xdelta-am15.patch
CommitLineData
ebd163a4
SS
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
5a14aa09 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 \
ebd163a4 13 autogen.sh stamp-ser xdrsync.c
5a14aa09 14
15 SUBDIRS = libedsio . test doc djgpp
ebd163a4 16@@ -38,13 +38,4 @@
5a14aa09 17 $(top_srcdir)/libedsio/edsio-comp xd.ser
18 touch stamp-ser
19
20-SER_OUT = xd_edsio.h xd_edsio.c
ebd163a4 21
5a14aa09 22-$(SER_OUT): stamp-ser
23-
24-SER_SOURCES = xd_edsio.c
25-BUILT_SOURCES = $(SER_SOURCES)
26-
ebd163a4
SS
27-#
28-#
29-#
This page took 1.267503 seconds and 4 git commands to generate.