X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=cc79d5f37fa20a18010b1acd9190829258426ebd;hb=703843cfabe1d745807e96f9a9651c9d5fe56042;hp=d7decfa2e45703edd2f2ca9a75ccb6aa1522a2e6;hpb=1e3125e83dfe9c78631c7ea4344bdf8f72c03ee9;p=portablexdr.git diff --git a/Makefile.am b/Makefile.am index d7decfa..cc79d5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ +nobase_include_HEADERS = rpc/rpc.h rpc/types.h rpc/xdr.h + lib_LTLIBRARIES = libportablexdr.la libportablexdr_la_SOURCES = xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c \ xdr.c xdr_intXX_t.c xdr_rec.c xdr_stdio.c \ + byteswap.h \ rpc/rpc.h rpc/types.h rpc/xdr.h -libportablexdr_la_CFLAGS = -Wall -Werror +libportablexdr_la_CFLAGS = -Wall -Werror -fno-strict-aliasing libportablexdr_la_LDFLAGS = @MINGW_EXTRA_LDFLAGS@