[misc] Another set of build fixes...

We should compile the src into an archive file and
then link to it.
This commit is contained in:
Holger Freyther 2009-02-11 00:33:51 +00:00
parent a6cd26cdae
commit 0df0f87740
2 changed files with 7 additions and 2 deletions

View File

@ -1,13 +1,15 @@
INCLUDES = $(all_includes) -I$(top_srcdir)/include
noinst_PROGRAMS = sms_test
sms_test_SOURCES = sms_test.c $(top_srcdir)/src/misdn.c \
sms_test_SOURCES = sms_test.c $(top_srcdir)/src/input/misdn.c \
$(top_srcdir)/src/abis_rsl.c $(top_srcdir)/src/abis_nm.c \
$(top_srcdir)/src/gsm_04_08.c $(top_srcdir)/src/gsm_data.c \
$(top_srcdir)/src/gsm_subscriber.c $(top_srcdir)/src/msgb.c \
$(top_srcdir)/src/select.c $(top_srcdir)/src/chan_alloc.c \
$(top_srcdir)/src/timer.c $(top_srcdir)/src/debug.c \
$(top_srcdir)/src/db.c $(top_srcdir)/src/gsm_04_11.c \
$(top_srcdir)/src/paging.c
$(top_srcdir)/src/paging.c $(top_srcdir)/src/e1_input.c \
$(top_srcdir)/src/e1_config.c $(top_srcdir)/src/subchan_demux.c \
$(top_srcdir)/src/trau_mux.c $(top_srcdir)/src/trau_frame.c
sms_test_LDADD = -ldl -ldbi

View File

@ -88,3 +88,6 @@ int main(int argc, char** argv)
gsm0411_send_sms(0, 0);
}
/* stubs */
void input_event(void) {}