Whamcloud - gitweb
Commented-out mdc_statfs method. Not sure of how to set up all the portals
[fs/lustre-release.git] / lustre / utils / Makefile.am
index 2eb2a81..4b64b74 100644 (file)
@@ -1,5 +1,6 @@
 DEFS:=
 
+EXTRA_DIST = parser.h
 CFLAGS:=-g -I. -I/usr/include/glib-1.2 -I$(PORTALS)/include \
 -I/usr/lib/glib/include -I$(srcdir)/../include -Wall
 KFLAGS:=
@@ -7,3 +8,5 @@ CPPFLAGS :=
 LDADD := -lreadline -ltermcap # -lefence
 bin_PROGRAMS = obdctl
 obdctl_SOURCES = parser.c obdctl.c
+
+include $(top_srcdir)/Rules