added example using generated and installed example library
[libt2n] / example-libusage / Makefile.am
diff --git a/example-libusage/Makefile.am b/example-libusage/Makefile.am
new file mode 100644 (file)
index 0000000..5adf4a5
--- /dev/null
@@ -0,0 +1,10 @@
+# not a GNU package. You can remove this line, if
+# you have all needed files, that a GNU package needs
+AUTOMAKE_OPTIONS = foreign
+
+INCLUDES = @DEFAULT_CFLAGS@
+LDADD = @DEFAULT_LIBS@
+
+client_SOURCES = client.cpp
+
+bin_PROGRAMS = client