(EXTRA_DIST): Do not distribute guile-api.alist, it can't be built
[bpt/guile.git] / qt / Makefile.am
index 2ba31b9..b525cc1 100644 (file)
@@ -19,7 +19,7 @@
 ##   to the Free Software Foundation, Inc., 59 Temple Place, Suite
 ##   330, Boston, MA 02111-1307 USA
 
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = gnu
 
 ## subdirs are for making distributions only.
 SUBDIRS = md time
@@ -34,9 +34,12 @@ INCLUDES = -I.. -I$(srcdir)/..
 libqthreads_la_SOURCES = qt.c copyright.h
 libqthreads_la_LIBADD = qtmds.lo qtmdc.lo
 libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
-libqthreads_la_LDFLAGS = -rpath $(libdir)
+libqthreads_la_LDFLAGS = -rpath $(libdir) -export-dynamic -no-undefined \
+  -version-info @LIBQTHREADS_INTERFACE@ 
 
-OMIT_DEPENDENCIES = axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
+# Seems to be obsolete - autogen.sh is giving:
+# invalid unused variable name: `OMIT_DEPENDENCIES'
+#OMIT_DEPENDENCIES = axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
 
 .s.lo:
        $(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
@@ -48,4 +51,4 @@ qtdmdb.s:
        ${LN_S} ${srcdir}/${qtdmdb_s} qtdmdb.s
 
 EXTRA_DIST = CHANGES README.MISC README.PORT b.h meas.c stp.c stp.h \
-       Makefile.base config
+       Makefile.base config libqthreads.def