diff options
| author | neilbrown <neilbrown> | 2005-12-20 04:12:42 +0000 |
|---|---|---|
| committer | neilbrown <neilbrown> | 2005-12-20 04:12:42 +0000 |
| commit | ac5b03be829b4c9369ebfb07a688308721103228 (patch) | |
| tree | 90fd0ee1a8e08c241bf3fd0d54690b888e4b5926 /tools/locktest | |
| parent | 371ca25167a217d647971384c37aa3fcee8a4aef (diff) | |
| download | nfs-utils-ac5b03be829b4c9369ebfb07a688308721103228.tar.gz nfs-utils-ac5b03be829b4c9369ebfb07a688308721103228.tar.xz nfs-utils-ac5b03be829b4c9369ebfb07a688308721103228.zip | |
Autogen update
Diffstat (limited to 'tools/locktest')
| -rw-r--r-- | tools/locktest/Makefile.am | 12 | ||||
| -rw-r--r-- | tools/locktest/testlk.c | 4 |
2 files changed, 15 insertions, 1 deletions
diff --git a/tools/locktest/Makefile.am b/tools/locktest/Makefile.am new file mode 100644 index 0000000..3156815 --- /dev/null +++ b/tools/locktest/Makefile.am @@ -0,0 +1,12 @@ +## Process this file with automake to produce Makefile.in + +CC=$(CC_FOR_BUILD) +LIBTOOL = @LIBTOOL@ --tag=CC + +noinst_PROGRAMS = testlk +testlk_SOURCES = testlk.c +testlk_CFLAGS=$(CFLAGS_FOR_BUILD) +testlk_CPPFLAGS=$(CPPFLAGS_FOR_BUILD) +testlk_LDFLAGS=$(LDFLAGS_FOR_BUILD) + +MAINTAINERCLEANFILES = Makefile.in diff --git a/tools/locktest/testlk.c b/tools/locktest/testlk.c index 47eb40a..b392f71 100644 --- a/tools/locktest/testlk.c +++ b/tools/locktest/testlk.c @@ -1,4 +1,6 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdlib.h> #include <stdio.h> |
