X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile.am;h=8e8631137ade415c18d45c1bf97b8e159f3804b7;hb=8fb82c4f80554d8022e9544a3d7888bc74c1566c;hp=7cc18afbe4d907f86b9e59a85d73d606a0262d6e;hpb=fd3cf522b8393ba649bdcb70818e0f6991bf2ab0;p=cascardo%2Fdeclara.git diff --git a/Makefile.am b/Makefile.am index 7cc18af..8e86311 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,17 @@ bin_PROGRAMS = declara -declara_SOURCES = declara.c declaracao.c declaracao.h +declara_SOURCES = declara.c declaracao.c declaracao.h \ + token.c token.h \ + cmd.c cmd.h pmhash.c pmhash.h \ + totais.c totais.h \ + calcula.c calcula.h \ + gera.c gera.h \ + base.c base.h \ + list.c list.h \ + util.c util.h \ + contribuinte.c contribuinte.h \ + rendimento.c rendimento.h + +check_PROGRAMS = listtest +listtest_SOURCES = listtest.c list.c list.h + +TESTS = $(check_PROGRAMS)