X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2FMakefile.am;h=a7586db510c6b56256a91cacd2efa47cb291c19a;hb=01cbe19081394254310745bc975ed2b5b4b91e90;hp=1d26720ded3065bd41a668cd84166b907ba539e1;hpb=5ca22420e457a92589ea762e9ee77de4ec5d100a;p=cascardo%2Fdeclara.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 1d26720..a7586db 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,3 +1,5 @@ +AM_CPPFLAGS = -DDOCDIR=\"'$(docdir)'\" + noinst_LTLIBRARIES = libreceita.la libreceita_la_SOURCES = declaracao.c declaracao.h \ token.c token.h \ @@ -6,12 +8,14 @@ libreceita_la_SOURCES = declaracao.c declaracao.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 \