Rename 'layer2' program to 'layer23' program

This commit is contained in:
Harald Welte 2010-03-03 14:24:05 +01:00
parent 9c64d2869f
commit d4e118a7a0
22 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script
AC_INIT
AM_INIT_AUTOMAKE(layer2, 0.0.0)
AM_INIT_AUTOMAKE(layer23, 0.0.0)
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

View File

@ -4,6 +4,6 @@ AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
noinst_LIBRARIES = libosmocom.a
libosmocom_a_SOURCES = libosmocom/debug.c
sbin_PROGRAMS = layer2
layer2_SOURCES = layer2_main.c l1ctl.c gsmtap_util.c lapdm.c rslms.c layer3.c
layer2_LDADD = libosmocom.a $(LIBOSMOCORE_LIBS)
sbin_PROGRAMS = layer23
layer23_SOURCES = main.c l1ctl.c gsmtap_util.c lapdm.c rslms.c layer3.c
layer23_LDADD = libosmocom.a $(LIBOSMOCORE_LIBS)