diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/interop/.cvsignore | 2 | ||||
| -rw-r--r-- | tests/interop/Makefile.am | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/tests/interop/.cvsignore b/tests/interop/.cvsignore new file mode 100644 index 0000000..3dda729 --- /dev/null +++ b/tests/interop/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/tests/interop/Makefile.am b/tests/interop/Makefile.am new file mode 100644 index 0000000..f6e8b1a --- /dev/null +++ b/tests/interop/Makefile.am @@ -0,0 +1,16 @@ +AM_CFLAGS = @CFLAGS@ + + +CFLAGS = \ + $(OPENWSMAN_CFLAGS) + +LDADD = \ + $(OPENWSMAN_LIBS) + +interop_SOURCES = interop.c + +noinst_PROGRAMS = \ + interop + + + |
