parent
a9ba7f1f94
commit
24f804df8f
@ -0,0 +1,22 @@
|
||||
--- 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
|
||||
|
Loading…
Reference in new issue