14 lines
307 B
Text
14 lines
307 B
Text
|
COMPONENT = gb.compress
|
||
|
include $(top_srcdir)/component.am
|
||
|
|
||
|
INCLUDES = -I$(top_srcdir)/share
|
||
|
|
||
|
gblib_LTLIBRARIES = gb.compress.la
|
||
|
|
||
|
gb_compress_la_LIBADD =
|
||
|
gb_compress_la_LDFLAGS = -module @LD_FLAGS@
|
||
|
|
||
|
gb_compress_la_SOURCES = gb.compress.h main.h main.c CCompress.h CCompress.c CUncompress.h CUncompress.c
|
||
|
|
||
|
|