Skip to content
Snippets Groups Projects
Commit f3f77126 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Move around files before applying Darren's second patch

parent 56b31822
No related branches found
No related tags found
No related merge requests found
SRCDIR= ../..
include ../../Makefile.global
CFLAGS+= -I../../include -I$(LIBPQDIR)
#
# And where libpq goes, so goes the authentication stuff...
#
ifdef KRBVERS
LDFLAGS+= $(KRBLIBS)
CFLAGS+= $(KRBFLAGS)
endif
all: complex$(DLSUFFIX) funcs$(DLSUFFIX)
clean:
rm -f complex$(DLSUFFIX) funcs$(DLSUFFIX)
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/tutorial/C-code/Attic/beard.c,v 1.5 1998/01/07 21:07:03 momjian Exp $ * $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.1 1998/03/01 04:51:01 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment