def84989aa
* NEW: Start replacing INCLUDE directive by *_CFLAGS in Makefile.am files. [GB.EVAL] * BUG: Fix a warning. git-svn-id: svn://localhost/gambas/trunk@2215 867c0c6c-44f3-4631-809d-bfa615b0a4ec
12 lines
319 B
Makefile
12 lines
319 B
Makefile
COMPONENT = gb.compress
|
|
include $(top_srcdir)/component.am
|
|
|
|
gblib_LTLIBRARIES = gb.compress.la
|
|
|
|
gb_compress_la_LIBADD =
|
|
gb_compress_la_LDFLAGS = -module @LD_FLAGS@
|
|
gb_compress_la_CFLAGS = -I$(top_srcdir)/share
|
|
|
|
gb_compress_la_SOURCES = gb.compress.h main.h main.c CCompress.h CCompress.c CUncompress.h CUncompress.c
|
|
|
|
|