[q-lang-cvs] q/modules/ggi Makefile.am,1.1.1.1,1.2
Brought to you by:
agraef
From: <ag...@us...> - 2003-12-16 19:11:19
|
Update of /cvsroot/q-lang/q/modules/ggi In directory sc8-pr-cvs1:/tmp/cvs-serv655/modules/ggi Modified Files: Makefile.am Log Message: Added magick module Index: Makefile.am =================================================================== RCS file: /cvsroot/q-lang/q/modules/ggi/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.am 15 Dec 2003 10:20:40 -0000 1.1.1.1 --- Makefile.am 16 Dec 2003 19:11:16 -0000 1.2 *************** *** 13,17 **** ggi_la_SOURCES = ggi.c ggi_la_LDFLAGS = -no-undefined -module -avoid-version ! ggi_la_LIBADD = -L$(top_builddir)/libq -lq @LIBGMP@ @GGI_LIBS@ @LIBDMALLOCTH@ stdlibdir = $(pkgdatadir)/lib --- 13,17 ---- ggi_la_SOURCES = ggi.c ggi_la_LDFLAGS = -no-undefined -module -avoid-version ! ggi_la_LIBADD = -L$(top_builddir)/libq -lq @LIBGMP@ @GGI_LIBS@ @GGI_LIBBUF@ @LIBDMALLOCTH@ stdlibdir = $(pkgdatadir)/lib |