]> granicus.if.org Git - postgresql/commitdiff
Add conditional compilation of the ODBC directory.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 7 Oct 1998 06:41:40 +0000 (06:41 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 7 Oct 1998 06:41:40 +0000 (06:41 +0000)
 Requires --with-odbc specified in the standalone configure.

src/interfaces/Makefile

index 37e286c2d25c8d716afa9b6bcb6c9f6b5c4ba3a4..d1537e1752249a25b6fe44fecfe98dc5b4d740e5 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.15 1998/08/26 16:43:51 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.16 1998/10/07 06:41:40 thomas Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -35,6 +35,9 @@ endif
 ifeq ($(USE_PERL), true)
        $(MAKE) -C perl5 $@
 endif
+ifeq ($(USE_ODBC), true)
+       $(MAKE) -C odbc $@
+endif
 
 perl5/Makefile: perl5/Makefile.PL
        cd perl5 && perl Makefile.PL