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 7fee346..4b64b74 100644 (file)
@@ -1,8 +1,12 @@
 DEFS:=
 
-CFLAGS:=-g -I. -I/usr/include/glib-1.2 -I$(PORTALS)/include -I/usr/lib/glib/include -I../include -Wall
+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:=
 CPPFLAGS :=
 LDADD := -lreadline -ltermcap # -lefence
 bin_PROGRAMS = obdctl
 obdctl_SOURCES = parser.c obdctl.c
+
+include $(top_srcdir)/Rules