summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 8947154..349845c 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -11,10 +11,13 @@ wsmid_identify_SOURCES = \
win32_service_SOURCES = \
win32_service.c
+enum_epr_SOURCES = \
+ enum_epr.c
bin_PROGRAMS = \
wsmid_identify \
- win32_service
+ win32_service \
+ enum_epr