]> git.pld-linux.org Git - packages/xdelta.git/commitdiff
- fixes for automake 1.5.
authorkloczek <kloczek@pld-linux.org>
Tue, 25 Sep 2001 18:32:14 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xdelta-am15.patch -> 1.1

xdelta-am15.patch [new file with mode: 0644]

diff --git a/xdelta-am15.patch b/xdelta-am15.patch
new file mode 100644 (file)
index 0000000..44989a4
--- /dev/null
@@ -0,0 +1,29 @@
+--- xdelta-1.1.3/Makefile.am~  Tue Sep 25 20:09:08 2001
++++ xdelta-1.1.3/Makefile.am   Tue Sep 25 20:22:07 2001
+@@ -16,10 +16,10 @@
+ lib_LTLIBRARIES = libxdelta.la
+-libxdelta_la_SOURCES = xdelta.c xdapply.c $(SER_SOURCES)
++libxdelta_la_SOURCES = xdelta.c xdapply.c xd_edsio.c xd_edsio.h
+ libxdelta_la_LIBADD  = $(GLIB_LIBS)
+-EXTRA_DIST = xd.ser $(SER_OUT) xdelta.magic xdelta.prj xdelta.m4      \
++EXTRA_DIST = xd.ser xdelta.magic xdelta.prj xdelta.m4 \
+       autogen.sh xdelta.dsp xdelta.dsw stamp-ser xdrsync.c
+ SUBDIRS = libedsio . test doc djgpp
+@@ -38,13 +38,6 @@
+       $(top_srcdir)/libedsio/edsio-comp xd.ser
+       touch stamp-ser
+-SER_OUT = xd_edsio.h xd_edsio.c
+-
+-$(SER_OUT): stamp-ser
+-
+-SER_SOURCES   = xd_edsio.c
+-BUILT_SOURCES = $(SER_SOURCES)
+-
+ #
+ #
+ #
This page took 0.033061 seconds and 4 git commands to generate.