X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=examples%2FMakefile.am;h=fa78ec76939baf22075558ae8e2e87495e036a70;hb=HEAD;hp=7fd04c194f7ef5b584127f3914201c239ae18478;hpb=a3d742e544ffaff9fc0425cf727060be0d3a2631;p=wrappi.git diff --git a/examples/Makefile.am b/examples/Makefile.am index 7fd04c1..fa78ec7 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -18,5 +18,9 @@ noinst_PROGRAMS = remote remote_SOURCES = remote.c -remote_CFLAGS = -I../lib +remote_CFLAGS = \ + -I../lib \ + $(WARN_CFLAGS) $(WERROR_CFLAGS) remote_LDADD = ../lib/libwrappi.la + +CLEANFILES = *~