Autotoolize.
[libradsec.git] / lib / examples / Makefile.am
diff --git a/lib/examples/Makefile.am b/lib/examples/Makefile.am
new file mode 100644 (file)
index 0000000..c869070
--- /dev/null
@@ -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