From: Peter Johnson Date: Sat, 22 Jun 2002 02:37:25 +0000 (-0000) Subject: Define lib_LTLIBRARIES to avoid automake warning. X-Git-Tag: v0.2.0~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=017c378bceafcc37896b015615ee1e36a888ab1a;p=yasm Define lib_LTLIBRARIES to avoid automake warning. svn path=/trunk/yasm/; revision=650 --- diff --git a/Makefile.am b/Makefile.am index 583d7edd..45be6d8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,7 @@ noinst_PROGRAMS = yasm_SOURCES = yasm_LDADD = @LIBLTDL@ @LIBOBJS@ $(INTLLIBS) @LIBADD_DL@ +lib_LTLIBRARIES = BUILT_SOURCES = CLEANFILES = EXTRA_DIST = config/config.rpath \