forked from pool/lttng-ust
93dd5b2151
OBS-URL: https://build.opensuse.org/request/show/526420 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lttng-ust?expand=0&rev=1
23 lines
615 B
Diff
23 lines
615 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -34,7 +34,7 @@ SUBDIRS += tests doc
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = lttng-ust.pc
|
|
|
|
-dist_doc_DATA = README.md ChangeLog
|
|
+dist_doc_DATA = README ChangeLog COPYING
|
|
|
|
dist_noinst_DATA = CodingStyle
|
|
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -434,7 +434,7 @@ SUBDIRS = . include snprintf libringbuff
|
|
# liblttng-ust-malloc
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = lttng-ust.pc
|
|
-dist_doc_DATA = README.md ChangeLog
|
|
+dist_doc_DATA = README.md ChangeLog COPYING
|
|
dist_noinst_DATA = CodingStyle
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|