X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=lib%2Fexamples%2FMakefile.am;h=fa1c835d5aabeb59a629dfc2addeb16ba662ad40;hb=5871418432e1b127c760cd42a50f781d95d245fd;hp=c869070dc3d6c0f300503fb526aea02596b7bdf4;hpb=a47e09223afa714e647ad71eb1237114959bfb35;p=libradsec.git diff --git a/lib/examples/Makefile.am b/lib/examples/Makefile.am index c869070..fa1c835 100644 --- a/lib/examples/Makefile.am +++ b/lib/examples/Makefile.am @@ -1,8 +1,8 @@ AUTOMAKE_OPTIONS = foreign +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) +AM_CFLAGS = -Wall -Werror -g -INCLUDES = -I$(top_srcdir)/include - -bin_PROGRAMS = client +noinst_PROGRAMS = client client_SOURCES = client-blocking.c -client_LDADD = ../libradsec.la -client_CFLAGS = $(CFLAGS) -DUSE_CONFIG_FILE +client_LDADD = ../libradsec.la #-lefence +client_CFLAGS = $(AM_CFLAGS) -DUSE_CONFIG_FILE