From c0124b20eaf86ac3400dffd30006c43cc206ddb1 Mon Sep 17 00:00:00 2001 From: gord-fig Date: Fri, 26 Jul 2002 19:32:46 +0000 Subject: [PATCH] Insert header comments so RPM doesn't get confused. --- lustre/tests/Makefile.am | 1 + lustre/utils/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index 9f75924..9d305de 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -1,3 +1,4 @@ +# Lustre test Makefile DEFS= CPPFLAGS = -I. -I$(PORTALS)/include -I$(top_srcdir)/include -D_LARGEFILE64_SOURCE CFLAGS := -g -Wall diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index 7d88405..172b3d1 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -1,3 +1,4 @@ +# Administration utilities Makefile DEFS= CFLAGS:=-g -O2 -I. -I/usr/include/libxml2 -I/usr/include/glib-1.2 -I$(PORTALS)/include \ -- 1.8.3.1