From 32bfb3944e9a5368fc8748748bbd1ff3fd5d20ff Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 6 Dec 2006 16:02:24 +0000 Subject: missing files --- tests/interop/.cvsignore | 2 ++ tests/interop/Makefile.am | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 tests/interop/.cvsignore create mode 100644 tests/interop/Makefile.am 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 + + + -- cgit