From b241a2644922d87f5498bb301c06ec7d327ea0c3 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 2 Jul 2018 16:44:39 +0200 Subject: build: Install example cfg files Change-Id: I93b73032b9a01a1e121ecf7c0cfcf3d5558efc7f --- Makefile.am | 2 +- configure.ac | 2 ++ doc/Makefile.am | 3 +++ doc/examples/Makefile.am | 4 ++++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 doc/Makefile.am create mode 100644 doc/examples/Makefile.am diff --git a/Makefile.am b/Makefile.am index 1ac8e11..3f4de13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -SUBDIRS = include src tests examples stp +SUBDIRS = include src tests examples stp doc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libosmo-sccp.pc libosmo-mtp.pc libosmo-sigtran.pc libosmo-xua.pc diff --git a/configure.ac b/configure.ac index d2d4d02..ff9a1c4 100644 --- a/configure.ac +++ b/configure.ac @@ -120,5 +120,7 @@ AC_OUTPUT( tests/ss7/Makefile examples/Makefile stp/Makefile + doc/Makefile + doc/examples/Makefile Doxyfile Makefile) diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..1d42b0a --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = \ + examples \ + $(NULL) diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am new file mode 100644 index 0000000..b1a7a0f --- /dev/null +++ b/doc/examples/Makefile.am @@ -0,0 +1,4 @@ +examples_stpdir = $(docdir)/examples/osmo-stp +examples_stp_DATA = osmo-stp.cfg + +EXTRA_DIST = $(examples_stp_DATA) -- cgit v1.2.3