aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-30 15:22:59 -0700
committerHarald Welte <laforge@gnumonks.org>2012-07-01 07:40:36 +0200
commit05819cebc43bf65813aa4997eedc64c94b25ff97 (patch)
treec0025840c86b721337bb175d032733df1ff0e197 /src/input
parent3dfe8bf80cee819e98618c03eb503a79830c2f61 (diff)
build: avoid using a convenience library for the input subdirectory.
automake is well capable of building sources present in sub-directory without requiring a recursion, so there is no reason to use a non-installed library just for the extra files. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Diffstat (limited to 'src/input')
-rw-r--r--src/input/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
deleted file mode 100644
index 309fe9d..0000000
--- a/src/input/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-noinst_LTLIBRARIES = libosmoabis-input.la
-
-INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
-AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)
-AM_LDFLAGS = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(COVERAGE_LDFLAGS)
-
-libosmoabis_input_la_SOURCES = dahdi.c \
- hsl.c \
- ipa.c \
- ipaccess.c \
- lapd.c \
- misdn.c \
- rs232.c