Move examples/ to doc/examples/
Change-Id: I1e163e10f8a2e22b9ebdcb2d0f13f6ad07c84efechanges/22/10922/2
parent
516697e29a
commit
ac5e3e222a
|
@ -1,6 +1,6 @@
|
|||
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
|
||||
|
||||
SUBDIRS = include src examples tests contrib
|
||||
SUBDIRS = include src doc tests contrib
|
||||
EXTRA_DIST = osmoappdesc.py README.md
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = \
|
||||
|
|
|
@ -182,7 +182,8 @@ AC_OUTPUT(
|
|||
osmo-pcu.pc
|
||||
include/Makefile
|
||||
src/Makefile
|
||||
examples/Makefile
|
||||
doc/Makefile
|
||||
doc/examples/Makefile
|
||||
tests/Makefile
|
||||
contrib/Makefile
|
||||
contrib/systemd/Makefile
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
SUBDIRS = examples
|
|
@ -15,12 +15,12 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
app_configs = {
|
||||
"osmo-pcu": ["examples/osmo-pcu.cfg"]
|
||||
"osmo-pcu": ["doc/examples/osmo-pcu.cfg"]
|
||||
}
|
||||
|
||||
apps = [(4240, "src/osmo-pcu", "Osmo-PCU", "osmo-pcu"),
|
||||
]
|
||||
|
||||
vty_command = ["src/osmo-pcu", "-c", "examples/osmo-pcu.cfg"]
|
||||
vty_command = ["src/osmo-pcu", "-c", "doc/examples/osmo-pcu.cfg"]
|
||||
|
||||
vty_app = apps[0]
|
||||
|
|
Loading…
Reference in New Issue