diff options
Diffstat (limited to 'slv2/Makefile.am')
-rw-r--r-- | slv2/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/slv2/Makefile.am b/slv2/Makefile.am new file mode 100644 index 0000000..fafe21d --- /dev/null +++ b/slv2/Makefile.am @@ -0,0 +1,11 @@ +slv2includedir = $(includedir)/slv2 + +slv2include_HEADERS = \ + types.h \ + private_types.h \ + slv2.h \ + plugin.h \ + query.h \ + port.h \ + pluginlist.h \ + plugininstance.h |