diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | xts5/src/bin/Makefile.am | 2 | ||||
-rw-r--r-- | xts5/src/bin/reports/.gitignore | 1 | ||||
-rw-r--r-- | xts5/src/bin/reports/Makefile.am | 1 | ||||
-rw-r--r-- | xts5/src/bin/reports/Makefile.old (renamed from xts5/src/bin/reports/Makefile) | 0 | ||||
-rw-r--r-- | xts5/src/bin/reports/vswrpt.c | 1 |
6 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ed6d8fc1..d3cdf375 100644 --- a/configure.ac +++ b/configure.ac @@ -128,6 +128,7 @@ xts5/src/libXtTest/Makefile xts5/src/xim/Makefile xts5/src/bin/Makefile xts5/src/bin/mc/Makefile +xts5/src/bin/reports/Makefile xts5/fonts/Makefile xts5/Xproto/Makefile xts5/Xopen/Makefile diff --git a/xts5/src/bin/Makefile.am b/xts5/src/bin/Makefile.am index d6d106b3..a3edbda0 100644 --- a/xts5/src/bin/Makefile.am +++ b/xts5/src/bin/Makefile.am @@ -1 +1 @@ -SUBDIRS = mc +SUBDIRS = mc reports diff --git a/xts5/src/bin/reports/.gitignore b/xts5/src/bin/reports/.gitignore new file mode 100644 index 00000000..2174a1ab --- /dev/null +++ b/xts5/src/bin/reports/.gitignore @@ -0,0 +1 @@ +vswrpt diff --git a/xts5/src/bin/reports/Makefile.am b/xts5/src/bin/reports/Makefile.am new file mode 100644 index 00000000..c7e90066 --- /dev/null +++ b/xts5/src/bin/reports/Makefile.am @@ -0,0 +1 @@ +bin_PROGRAMS = vswrpt diff --git a/xts5/src/bin/reports/Makefile b/xts5/src/bin/reports/Makefile.old index 0368ed23..0368ed23 100644 --- a/xts5/src/bin/reports/Makefile +++ b/xts5/src/bin/reports/Makefile.old diff --git a/xts5/src/bin/reports/vswrpt.c b/xts5/src/bin/reports/vswrpt.c index f73c4fdb..670935f9 100644 --- a/xts5/src/bin/reports/vswrpt.c +++ b/xts5/src/bin/reports/vswrpt.c @@ -19,6 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/* * * (C) Copyright 2000-2001 The Open Group * (C) Copyright 1996 Applied Testing Technology, Inc. |