X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2FMakefile.am;h=e3be5d0904e07dd07f9cdf8f472fcc6da6622489;hb=a0bd651ece702749b0d63b903b7ca34fd9b670e1;hp=68b9f89d2eb7b5a35710f60731ab216c971f8ee2;hpb=fae07989c1dc84e67ba6517b1fff984b0fe911b2;p=cascardo%2Fdeclara.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 68b9f89..e3be5d0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,15 +1,21 @@ -lib_LTLIBRARIES = libreceita.la +AM_CPPFLAGS = -DDOCDIR=\"'$(docdir)'\" + +noinst_LTLIBRARIES = libreceita.la libreceita_la_SOURCES = declaracao.c declaracao.h \ token.c token.h \ cmd.c cmd.h pmhash.c pmhash.h \ totais.c totais.h \ + sistema.c sistema.h \ calcula.c calcula.h \ gera.c gera.h \ base.c base.h \ list.c list.h \ util.c util.h \ + help.c help.h \ contribuinte.c contribuinte.h \ rendimento.c rendimento.h \ isento.c isento.h \ pagamento.c pagamento.h \ - bem.c bem.h + bem.c bem.h \ + dependente.c dependente.h \ + conjuge.c conjuge.h