[misc] Make distcheck work again
parent
1bc7735ad5
commit
1047940dce
|
@ -18,6 +18,7 @@ dnl Checks for typedefs, structures and compiler characteristics
|
|||
|
||||
AC_OUTPUT(
|
||||
include/openbsc/Makefile
|
||||
include/vty/Makefile
|
||||
include/Makefile
|
||||
src/Makefile
|
||||
tests/Makefile
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
SUBDIRS = openbsc
|
||||
SUBDIRS = openbsc vty
|
||||
|
||||
noinst_HEADERS = mISDNif.h
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
noinst_HEADERS = buffer.h command.h vector.h vty.h
|
|
@ -3,6 +3,7 @@ AM_CFLAGS=-Wall
|
|||
|
||||
sbin_PROGRAMS = bsc_hack bs11_config ipaccess-find
|
||||
noinst_LIBRARIES = libbsc.a libvty.a
|
||||
noinst_HEADERS = vty/cardshell.h
|
||||
|
||||
libbsc_a_SOURCES = abis_rsl.c abis_nm.c gsm_04_08.c gsm_data.c \
|
||||
gsm_subscriber.c msgb.c select.c chan_alloc.c timer.c debug.c db.c \
|
||||
|
|
Loading…
Reference in New Issue