X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2FMakefile.am;h=4d2bf945e86730deed36e0c3dac3a13fafa5fd7f;hb=0e0f6f1266e18e02328daa805cf9e7be377ac664;hp=f0fc33ae7eeac507dc23220f2c1025264870bba2;hpb=6612f883a37af7273563d908d9dece30e27631f8;p=cascardo%2Fdeclara.git diff --git a/lib/Makefile.am b/lib/Makefile.am index f0fc33a..4d2bf94 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,17 +1,24 @@ -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 \ + attr.c attr.h \ sistema.c sistema.h \ calcula.c calcula.h \ gera.c gera.h \ + importa.c importa.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 \ + carne.c carne.h \ isento.c isento.h \ pagamento.c pagamento.h \ bem.c bem.h \ - dependente.c dependente.h + dependente.c dependente.h \ + conjuge.c conjuge.h