X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2FMakefile.am;h=4d2bf945e86730deed36e0c3dac3a13fafa5fd7f;hb=58291e53443f45fa03f600617eeb3bf93a234272;hp=a8f050d98514383d0ca1a5bd960cc5c9ee6baf22;hpb=891f35cb2686c8b6135b42621e4aab9ce6e64e53;p=cascardo%2Fdeclara.git diff --git a/lib/Makefile.am b/lib/Makefile.am index a8f050d..4d2bf94 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,13 +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 \ - pagamento.c pagamento.h + carne.c carne.h \ + isento.c isento.h \ + pagamento.c pagamento.h \ + bem.c bem.h \ + dependente.c dependente.h \ + conjuge.c conjuge.h