diff options
Diffstat (limited to 'contrib/oid2name/Makefile')
| -rw-r--r-- | contrib/oid2name/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/oid2name/Makefile b/contrib/oid2name/Makefile index 361a80a7a1..6179ed594c 100644 --- a/contrib/oid2name/Makefile +++ b/contrib/oid2name/Makefile @@ -4,7 +4,9 @@ PGFILEDESC = "oid2name - examine the file structure" PGAPPICON = win32 PROGRAM = oid2name -OBJS = oid2name.o $(WIN32RES) +OBJS = \ + $(WIN32RES) \ + oid2name.o TAP_TESTS = 1 |
