summaryrefslogtreecommitdiff
path: root/textproc/xmlroff/files/patch-Makefile.am
blob: d2f5c1e7733d37b77b027f60983a242d15547022 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- Makefile.am.orig	2009-03-11 21:08:57 UTC
+++ Makefile.am
@@ -6,26 +6,14 @@ if ENABLE_CUNIT
 CUNIT_DIRS = cunit
 endif
 
-SUBDIRS = libfo xmlroff . examples docs $(CUNIT_DIRS)
+SUBDIRS = xmlroff examples docs $(CUNIT_DIRS)
 
 if PLATFORM_WIN32
 no_undefined = -no-undefined
 endif
 
 INCLUDES = \
-	-DG_LOG_DOMAIN=\"libfo\"	\
-	$(LIBXSLT_CFLAGS)	\
-	$(GLIB_CFLAGS)		\
-	-Ilibfo
-
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libfo-0.6.pc
-
-xmldir = $(datadir)/xml/libfo-@VERSION@
-xml_DATA = \
-	catalog.xml		\
-	libfo-compat.xsl
+	-DG_LOG_DOMAIN=\"libfo\"
 
 EXTRA_DIST = \
 	catalog.xml.in		\