From: gord-fig Date: Fri, 26 Jul 2002 19:32:46 +0000 (+0000) Subject: Insert header comments so RPM doesn't get confused. X-Git-Tag: 0.5.3~51 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c0124b20eaf86ac3400dffd30006c43cc206ddb1;p=fs%2Flustre-release.git Insert header comments so RPM doesn't get confused. --- 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 \