a18348f8cd
* NEW: In the open project dialog, you can now uncompress archives by double-clicking on it. There is a confirmation message of course. [GB.IMAGE.IMLIB] * NEW: I want to use ImLib2 to enhance the image component. Does nothing at the moment! git-svn-id: svn://localhost/gambas/trunk@2282 867c0c6c-44f3-4631-809d-bfa615b0a4ec
12 lines
309 B
Makefile
12 lines
309 B
Makefile
COMPONENT = gb.image.imlib
|
|
include $(top_srcdir)/component.am
|
|
|
|
INCLUDES = @IMAGE_IMLIB_INC@
|
|
|
|
gblib_LTLIBRARIES = gb.image.imlib.la
|
|
|
|
gb_image_imlib_la_LIBADD = @IMAGE_IMLIB_LIB@
|
|
gb_image_imlib_la_LDFLAGS = -module @LD_FLAGS@ @IMAGE_IMLIB_LDFLAGS@
|
|
|
|
gb_image_imlib_la_SOURCES = main.c main.h c_image.c c_image.h
|