From 06ae8473d7e2e7a58cedc902129761ceb1c0479d Mon Sep 17 00:00:00 2001 From: Oron Peled Date: Mon, 11 May 2015 14:08:51 +0300 Subject: [PATCH] xpp: Move astribank_license to libastribank * So it's available to all utilities Signed-off-by: Oron Peled Signed-off-by: Tzafrir Cohen --- xpp/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/xpp/Makefile.am b/xpp/Makefile.am index ef203ff..32aa3ac 100644 --- a/xpp/Makefile.am +++ b/xpp/Makefile.am @@ -85,6 +85,8 @@ libastribank_la_SOURCES = \ astribank.h \ mpptalk.c \ mpptalk.h \ + astribank_license.c \ + astribank_license.h \ # libastribank_la_CFLAGS = $(GLOBAL_CFLAGS) @@ -135,12 +137,6 @@ astribank_hexload_LDADD = \ oct612x/liboctasic.la \ # -astribank_allow_SOURCES = \ - astribank_allow.c \ - astribank_license.c \ - astribank_license.h \ - # - astribank_allow_CFLAGS = $(GLOBAL_CFLAGS) astribank_allow_LDFLAGS = $(USB_LIBS) astribank_allow_LDADD = libastribank.la