Move around files before applying Darren's second patch

pull/50/head
Marc G. Fournier 28 years ago
parent 56b3182241
commit f3f7712675
  1. 18
      src/tutorial/C-code/Makefile
  2. 2
      src/tutorial/beard.c
  3. 0
      src/tutorial/complex.c
  4. 0
      src/tutorial/funcs.c

@ -1,18 +0,0 @@
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 @@
*
*
* 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 $
*
*-------------------------------------------------------------------------
*/
Loading…
Cancel
Save