They will now be built fully inside src/ipaccess, using their own Makefile.amchanges/88/3188/1
parent
e236596bf4
commit
c9a341b248
@ -0,0 +1,12 @@ |
||||
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
|
||||
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
|
||||
AM_LDFLAGS = $(LIBOSMOCORE_LIBS)
|
||||
|
||||
sbin_PROGRAMS = ipaccess-find ipaccess-config ipaccess-proxy
|
||||
|
||||
ipaccess_find_SOURCES = ipaccess-find.c
|
||||
|
||||
ipaccess_config_SOURCES = ipaccess-config.c ipaccess-firmware.c
|
||||
ipaccess_config_LDADD = ../libbsc.a ../libmsc.a ../libbsc.a ../libvty.a -ldl -ldbi $(LIBCRYPT)
|
||||
|
||||
ipaccess_proxy_SOURCES = ipaccess-proxy.c ../debug.c
|
Loading…
Reference in new issue