You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
872 B
23 lines
872 B
--- 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
|
|
|