aboutsummaryrefslogtreecommitdiff
path: root/lib/libgeom/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-02-10 00:11:43 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-02-10 00:11:43 +0000
commit7bd4e7b4a0e3b44a4a7fd0e240c2617fabc0db18 (patch)
treece12f68dde1b28dc03420e53fde0b0fe4f219ef7 /lib/libgeom/Makefile
parent3306adcfcf3c19b52b7bad81f372ad2d75d42708 (diff)
downloadsrc-7bd4e7b4a0e3b44a4a7fd0e240c2617fabc0db18.tar.gz
src-7bd4e7b4a0e3b44a4a7fd0e240c2617fabc0db18.zip
Leak more stuff into libgeom.
Notes
Notes: svn path=/head/; revision=110603
Diffstat (limited to 'lib/libgeom/Makefile')
-rw-r--r--lib/libgeom/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libgeom/Makefile b/lib/libgeom/Makefile
index d8644d126e28..d56af838273b 100644
--- a/lib/libgeom/Makefile
+++ b/lib/libgeom/Makefile
@@ -1,9 +1,13 @@
# $FreeBSD$
LIB= geom
-SRCS= geom_stats.c
+SRCS+= geom_getxml.c
+SRCS+= geom_stats.c
+SRCS+= geom_xml2tree.c
INCS= libgeom.h
+CFLAGS += -I${.CURDIR}
+
WARNS?= 3
MAN= libgeom.3