[misc] Make distcheck work again

This commit is contained in:
Holger Freyther 2009-03-11 03:29:43 +00:00
parent 1bc7735ad5
commit 1047940dce
4 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
SUBDIRS = openbsc
SUBDIRS = openbsc vty
noinst_HEADERS = mISDNif.h

1
include/vty/Makefile.am Normal file
View File

@ -0,0 +1 @@
noinst_HEADERS = buffer.h command.h vector.h vty.h

View File

@ -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 \