libdap/libdap-3.7.6-lib_order.patch
pertusus 24f804df8f - correct the library install order
- keep timestamps
- add documentation in a subpackage
2007-05-01 10:42:46 +00:00

23 lines
872 B
Diff

--- libdap-3.7.6/Makefile.in.lib_order 2007-04-30 15:34:02.000000000 +0200
+++ libdap-3.7.6/Makefile.in 2007-04-30 15:35:07.000000000 +0200
@@ -310,7 +310,7 @@
TEST_COV_FLAGS = -ftest-coverage -fprofile-arcs
SUBDIRS = gl . tests
DIST_SUBDIRS = unit-tests gl tests
-lib_LTLIBRARIES = libdapclient.la libdapserver.la libdap.la
+lib_LTLIBRARIES = libdap.la libdapclient.la libdapserver.la
bin_SCRIPTS = dap-config
libdap_la_SOURCES = $(DAP_SRC) $(GNU_SRC)
libdapclient_la_SOURCES = $(CLIENT_SRC)
--- libdap-3.7.6/Makefile.am.lib_order 2007-04-30 15:33:47.000000000 +0200
+++ libdap-3.7.6/Makefile.am 2007-04-30 15:34:34.000000000 +0200
@@ -22,7 +22,7 @@
SUBDIRS = gl . tests
DIST_SUBDIRS = unit-tests gl tests
-lib_LTLIBRARIES = libdapclient.la libdapserver.la libdap.la
+lib_LTLIBRARIES = libdap.la libdapclient.la libdapserver.la
bin_SCRIPTS = dap-config