diff options
author | Linus Nordberg <linus@nordu.net> | 2010-10-05 08:36:38 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-10-05 08:36:38 +0200 |
commit | 3587b10283526f70b3215292573519e19b012130 (patch) | |
tree | a29dbb62847f84765da5e3eeb6195c92d46c7663 /lib/examples/Makefile.am | |
parent | f429a882c9bc72a597e6bcbecf5842e37af754e0 (diff) |
Autotoolize.
Diffstat (limited to 'lib/examples/Makefile.am')
-rw-r--r-- | lib/examples/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/examples/Makefile.am b/lib/examples/Makefile.am new file mode 100644 index 0000000..c869070 --- /dev/null +++ b/lib/examples/Makefile.am @@ -0,0 +1,8 @@ +AUTOMAKE_OPTIONS = foreign + +INCLUDES = -I$(top_srcdir)/include + +bin_PROGRAMS = client +client_SOURCES = client-blocking.c +client_LDADD = ../libradsec.la +client_CFLAGS = $(CFLAGS) -DUSE_CONFIG_FILE |