3fe777d2dc
- bump SHARED_LIBS - regen PLIST - update patches - update HOMEPAGE ok jsg@, ajacoutot@
22 lines
824 B
Plaintext
22 lines
824 B
Plaintext
--- lib/Makefile.in.orig Tue May 6 03:42:53 2008
|
|
+++ lib/Makefile.in Sat Mar 21 19:00:40 2009
|
|
@@ -56,7 +56,6 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(i
|
|
libLTLIBRARIES_INSTALL = $(INSTALL)
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
@USE_OUR_OWN_MD5_TRUE@am__DEPENDENCIES_1 = md5/libmd5.la
|
|
-libunshield_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
|
am_libunshield_la_OBJECTS = bswap.lo component.lo directory.lo file.lo \
|
|
file_group.lo helper.lo libunshield.lo log.lo
|
|
libunshield_la_OBJECTS = $(am_libunshield_la_OBJECTS)
|
|
@@ -228,9 +227,8 @@ libunshield_la_SOURCES = \
|
|
cabfile.h
|
|
|
|
libunshield_la_LDFLAGS = -no-undefined -version-info 0:0:0
|
|
-libunshield_la_LIBADD = $(MD5_LIBS)
|
|
include_HEADERS = libunshield.h
|
|
-SUBDIRS = $(MD5_SUBDIR) .
|
|
+SUBDIRS = .
|
|
all: unshield_config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|