X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=bb251c2cbf71bf92791c614280f84d80bfbd8391;hb=1b9cc11ece64ac12f63e6c96e32b404b32fb0f32;hp=fb0fcb3517f54bd595bdb0854ff9387c318215c5;hpb=e9558f1dd242f2eb6a528c5509f1f8911fffe5d7;p=portablexdr.git diff --git a/Makefile.am b/Makefile.am index fb0fcb3..bb251c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 + nobase_include_HEADERS = rpc/rpc.h rpc/types.h rpc/xdr.h lib_LTLIBRARIES = libportablexdr.la @@ -14,6 +16,6 @@ BUILT_SOURCES = rpcgen_parse.h AM_YFLAGS = -d bin_PROGRAMS = portable-rpcgen portable_rpcgen_SOURCES = rpcgen_parse.y rpcgen_scan.l \ - rpcgen_int.h rpcgen_main.c + rpcgen_int.h rpcgen_main.c rpcgen_ast.c rpcgen_codegen.c portable_rpcgen_CFLAGS = -Wall #portable_rpcgen_CFLAGS += -DYYDEBUG