efb2659278
* BUG: Remove the libtoolize "--install" flag in the reconf script, as it breaks the "main" source sub-directory. We must add an option to this script to handle that flag correctly. [DEVELOPMENT ENVIRONMENT] * BUG: Correctly display errors raised at program startup. [EXAMPLES] * BUG: The Notepad example has been fixed. [GB.DRAW] * NEW: Work continue on the Paint class. git-svn-id: svn://localhost/gambas/trunk@2514 867c0c6c-44f3-4631-809d-bfa615b0a4ec
17 lines
333 B
Makefile
17 lines
333 B
Makefile
EXTRA_DIST = gb.image.h
|
|
|
|
gblib_LTLIBRARIES = gb.draw.la
|
|
|
|
gb_draw_la_LIBADD = @MATH_LIB@
|
|
gb_draw_la_LDFLAGS = -module @LD_FLAGS@
|
|
gb_draw_la_CFLAGS = -I$(top_srcdir)/share @INCLTDL@ $(AM_CFLAGS)
|
|
|
|
gb_draw_la_SOURCES = \
|
|
gb.draw.h gb.paint.h \
|
|
gb_list.c \
|
|
matrix.h matrix.c \
|
|
CDraw.h CDraw.c \
|
|
cpaint.h cpaint.c \
|
|
main.h main.c
|
|
|
|
|