gambas-source-code/gb.compress.bzlib2/src/Makefile.am
Benoît Minisini ed2a0c978a [WIKI CGI SCRIPT]
* 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
2015-06-14 22:10:16 +00:00

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