[liblouis-liblouisxml] python/louis/Makefile.am

  • From: Christian Egli <christian.egli@xxxxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Fri, 03 Jul 2009 12:12:34 +0200

Hi all

The Makefile.am that was checked in by James (with a patch contributed
by Samuel Thibault) contains the line 

LIBLOUIS_SONAME = $(shell source ../../liblouis/liblouis.la ; echo $$dlname)

This gives me warnings about only working with GNU make. On top of that
it doesn't seem to do anything as the real work is done in the all
target below. Is it ok to remove this line as in the attached patch?

Thanks
Christian
-- 
Christian Egli
Swiss Library for the Blind and Visually Impaired
Grubenstrasse 12, CH-8045 Zürich, Switzerland
Index: python/louis/Makefile.am
===================================================================
--- python/louis/Makefile.am    (revision 200)
+++ python/louis/Makefile.am    (working copy)
@@ -1,8 +1,6 @@
 EXTRA_DIST = __init__.py.in
 CLEANFILES = __init__.py
 
-LIBLOUIS_SONAME = $(shell source ../../liblouis/liblouis.la ; echo $$dlname)
-
 all:
        source ../../liblouis/liblouis.la ; \
        sed "s/###LIBLOUIS_SONAME###/$$dlname/" \

Other related posts: