aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sablotron/files/patch-command-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sablotron/files/patch-command-Makefile.am')
-rw-r--r--textproc/sablotron/files/patch-command-Makefile.am28
1 files changed, 28 insertions, 0 deletions
diff --git a/textproc/sablotron/files/patch-command-Makefile.am b/textproc/sablotron/files/patch-command-Makefile.am
new file mode 100644
index 000000000000..5b545f8c4d11
--- /dev/null
+++ b/textproc/sablotron/files/patch-command-Makefile.am
@@ -0,0 +1,28 @@
+*** ../Sablot-0.44/Sablot/command/Makefile.am Sun Nov 12 16:46:39 2000
+--- Sablot/command/Makefile.am Sun Nov 12 17:43:25 2000
+***************
+*** 1,15 ****
+! EXPATH=@EXPATH@
+!
+! INCLUDES=-I../engine
+
+ bin_PROGRAMS=sabcmd
+
+ sabcmd_SOURCES=sabcmd.cpp
+
+- if AM_HAS_EXPAT
+- sabcmd_LDADD=../engine/libsablot.la \
+- $(top_builddir)/$(EXPATH)/libxmlparse.la\
+- $(top_builddir)/$(EXPATH)/libxmltok.la
+- else
+ sabcmd_LDADD=../engine/libsablot.la
+! endif
+--- 1,8 ----
+! INCLUDES=-I../engine -I@PREFIX@/include
+
+ bin_PROGRAMS=sabcmd
+
+ sabcmd_SOURCES=sabcmd.cpp
+
+ sabcmd_LDADD=../engine/libsablot.la
+!