aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/Makefile.am
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2008-11-30 16:43:07 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2008-11-30 16:43:07 +0000
commit47eb1577f3d2e009bc82e664f0837d0e5b9168a9 (patch)
treed30424a66b8f939ee246b63e158209e63c5ffb81 /gfsm/gfsm/Makefile.am
parent2369b7ec1020eeb79c62a43ad31f866cbc5baad9 (diff)
+ changed local gfsm automake targets to 'noinst', added dummy prefix just to be sure
svn path=/trunk/externals/moocow/; revision=10405
Diffstat (limited to 'gfsm/gfsm/Makefile.am')
-rw-r--r--gfsm/gfsm/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/gfsm/gfsm/Makefile.am b/gfsm/gfsm/Makefile.am
index 6a9780c..18795e7 100644
--- a/gfsm/gfsm/Makefile.am
+++ b/gfsm/gfsm/Makefile.am
@@ -22,7 +22,7 @@ SUBDIRS = config src $(GFSM_SUBDIRS)
SUFFIXES = .pc .pod .txt .html
## --- package config data
-pkgconfig_DATA = @PACKAGE@.pc
+#pkgconfig_DATA = @PACKAGE@.pc
##-- for gnulib
ACLOCAL_AMFLAGS = -I m4
@@ -80,15 +80,15 @@ if HAVE_POD2HTML
pod2html --outfile $@ $<
endif
-pkgdoc_DATA = \
- $(PODS:.pod=.txt) \
- $(PODS:.pod=.html)
+#pkgdoc_DATA = \
+# $(PODS:.pod=.txt) \
+# $(PODS:.pod=.html)
#-----------------------------------------------------------------------
# Additional Variables & Rules: magic
#-----------------------------------------------------------------------
-pkgdoc_DATA += gfsm.magic
+#pkgdoc_DATA += gfsm.magic
##-- phony
.PHONY: install-magic unintall-magic