Ludwig Nussel
4b801c3ccb
Fix all issues with dapl OBS-URL: https://build.opensuse.org/request/show/243995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dapl?expand=0&rev=1
41 lines
1.4 KiB
Diff
41 lines
1.4 KiB
Diff
---
|
|
Makefile.am | 2 +-
|
|
test/dtest/Makefile.am | 8 ++++----
|
|
2 files changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
Index: Makefile.am
|
|
===================================================================
|
|
--- Makefile.am.orig 2014-04-07 19:27:35.000000000 +0200
|
|
+++ Makefile.am 2014-08-08 17:30:04.813777327 +0200
|
|
@@ -503,7 +503,7 @@ libdatinclude_HEADERS = dat/include/dat2
|
|
dat/include/dat2/udat_vendor_specific.h \
|
|
dat/include/dat2/dat_ib_extensions.h
|
|
|
|
-man_MANS = man/dtest.1 man/dapltest.1 man/dat.conf.5
|
|
+man_MANS = man/dpltest.1 man/dapltest.1 man/dat.conf.5
|
|
|
|
EXTRA_DIST = dat/common/dat_dictionary.h \
|
|
dat/common/dat_dr.h \
|
|
Index: test/dtest/Makefile.am
|
|
===================================================================
|
|
--- test/dtest/Makefile.am.orig 2014-04-07 19:27:35.000000000 +0200
|
|
+++ test/dtest/Makefile.am 2014-08-08 18:15:49.682461746 +0200
|
|
@@ -1,6 +1,7 @@
|
|
-bin_PROGRAMS = dtest dtestcm
|
|
-dtest_SOURCES = dtest.c
|
|
-dtest_CFLAGS = -g -Wall -D_GNU_SOURCE
|
|
+bin_PROGRAMS = dpltest dtestcm
|
|
+dpltest_SOURCES = dtest.c
|
|
+dpltest_CFLAGS = -g -Wall -D_GNU_SOURCE
|
|
+dpltest_LDADD = $(top_builddir)/dat/udat/libdat2.la
|
|
|
|
dtestcm_SOURCES = dtestcm.c
|
|
dtestcm_CFLAGS = -g -Wall -D_GNU_SOURCE
|
|
@@ -13,6 +14,5 @@ dtestx_LDADD = $(top_builddir)/dat/udat/
|
|
endif
|
|
|
|
INCLUDES = -I $(srcdir)/../../dat/include
|
|
-dtest_LDADD = $(top_builddir)/dat/udat/libdat2.la
|
|
dtestcm_LDADD = $(top_builddir)/dat/udat/libdat2.la
|
|
|