summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 038b0b7..92ef36c 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -19,13 +19,17 @@ serialize_SOURCES = serialize.c
create_resource_SOURCES = \
create_resource.c
+
+new_api_example_SOURCES = \
+ new_api_example.c
noinst_PROGRAMS = \
wsmid_identify \
win32_service \
enum_epr \
create_resource \
- serialize
+ serialize \
+ new_api_example