ba19f3c1dd
git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
9 lines
210 B
Makefile
9 lines
210 B
Makefile
INCLUDES = @BZLIB2_INC@
|
|
|
|
gblib_LTLIBRARIES = gb.compress.bzlib2.la
|
|
|
|
gb_compress_bzlib2_la_LIBADD = @BZLIB2_LIB@
|
|
gb_compress_bzlib2_la_LDFLAGS = -module @LD_FLAGS@
|
|
|
|
gb_compress_bzlib2_la_SOURCES = main.h main.c
|