2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* shmdr/Makefile.am: Reflect having merged configure.ac into
	../../configure.ac.
This commit is contained in:
Ralf Corsepius
2003-08-08 03:20:36 +00:00
parent 6bb1897eb9
commit b91f13f9fe
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shmdr/Makefile.am: Reflect having merged configure.ac into
../../configure.ac.
2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../../configure.ac).

View File

@@ -9,8 +9,8 @@ C_FILES = addlq.c cnvpkt.c getlq.c dump.c fatal.c getpkt.c init.c initlq.c \
intr.c mpisr.c poll.c receive.c retpkt.c send.c setckvec.c
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am
include $(top_srcdir)/../../automake/compile.am
include $(top_srcdir)/../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -50,4 +50,4 @@ EXTRA_DIST = README addlq.c cnvpkt.c dump.c fatal.c getlq.c getpkt.c init.c \
initlq.c intr.c mpisr.c poll.c receive.c retpkt.c send.c \
setckvec.c
include $(top_srcdir)/../../../../automake/local.am
include $(top_srcdir)/../../automake/local.am