ed2a0c978a
* NEW: Command for generating the package dependencies table. [GB.COMPRESS.BZLIB2] * NEW: Make that compress driver an explicit component. [GB.COMPRESS.ZLIB] * NEW: Make that compress driver an explicit component. [GB.FORM.EDITOR] * BUG: TextEditor: The right mouse button now has no effect to allow the popup menu to act on the current selection or cursor position. git-svn-id: svn://localhost/gambas/trunk@7134 867c0c6c-44f3-4631-809d-bfa615b0a4ec
10 lines
326 B
Makefile
10 lines
326 B
Makefile
COMPONENT = gb.compress.bzlib2
|
|
include $(top_srcdir)/component.am
|
|
|
|
gblib_LTLIBRARIES = gb.compress.bzlib2.la
|
|
|
|
gb_compress_bzlib2_la_LIBADD = @BZLIB2_LIB@
|
|
gb_compress_bzlib2_la_LDFLAGS = -module @LD_FLAGS@ @BZLIB2_LDFLAGS@
|
|
gb_compress_bzlib2_la_CFLAGS = $(AM_CFLAGS) @BZLIB2_INC@
|
|
|
|
gb_compress_bzlib2_la_SOURCES = main.h main.c
|