diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-03-01 04:51:16 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-03-01 04:51:16 +0000 |
commit | f3f7712675abf9310859e4a1ccf6407dc3a3770e (patch) | |
tree | 1e6e5a87d4ff8cf7c14a3f1fc4019fa8d0c978d1 /src | |
parent | 56b3182241347aacb7b4c47519f009ffa2b57aa8 (diff) | |
download | postgresql-f3f7712675abf9310859e4a1ccf6407dc3a3770e.tar.gz postgresql-f3f7712675abf9310859e4a1ccf6407dc3a3770e.zip |
Move around files before applying Darren's second patch
Diffstat (limited to 'src')
-rw-r--r-- | src/tutorial/C-code/Makefile | 18 | ||||
-rw-r--r-- | src/tutorial/beard.c (renamed from src/tutorial/C-code/beard.c) | 2 | ||||
-rw-r--r-- | src/tutorial/complex.c (renamed from src/tutorial/C-code/complex.c) | 0 | ||||
-rw-r--r-- | src/tutorial/funcs.c (renamed from src/tutorial/C-code/funcs.c) | 0 |
4 files changed, 1 insertions, 19 deletions
diff --git a/src/tutorial/C-code/Makefile b/src/tutorial/C-code/Makefile deleted file mode 100644 index ec1fa1f21f5..00000000000 --- a/src/tutorial/C-code/Makefile +++ /dev/null @@ -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) - diff --git a/src/tutorial/C-code/beard.c b/src/tutorial/beard.c index 6e11ddea856..9207f04d394 100644 --- a/src/tutorial/C-code/beard.c +++ b/src/tutorial/beard.c @@ -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 $ * *------------------------------------------------------------------------- */ diff --git a/src/tutorial/C-code/complex.c b/src/tutorial/complex.c index e5bea2d1134..e5bea2d1134 100644 --- a/src/tutorial/C-code/complex.c +++ b/src/tutorial/complex.c diff --git a/src/tutorial/C-code/funcs.c b/src/tutorial/funcs.c index 71371f51609..71371f51609 100644 --- a/src/tutorial/C-code/funcs.c +++ b/src/tutorial/funcs.c |