[GB.DATA]
* BUG: Add 'list.h' to the source file list. git-svn-id: svn://localhost/gambas/trunk@5195 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
0a1f329fdd
commit
619f6c0e3c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ gb_data_la_CPPFLAGS = -I$(top_srcdir)/share
|
||||||
gb_data_la_CFLAGS = $(AM_CFLAGS)
|
gb_data_la_CFLAGS = $(AM_CFLAGS)
|
||||||
|
|
||||||
gb_data_la_SOURCES = \
|
gb_data_la_SOURCES = \
|
||||||
main.h main.c \
|
main.h main.c list.h \
|
||||||
c_list.h c_list.c \
|
c_list.h c_list.c \
|
||||||
c_deque.h c_deque.c \
|
c_deque.h c_deque.c \
|
||||||
c_circular.h c_circular.c
|
c_circular.h c_circular.c
|
||||||
|
|
Loading…
Reference in a new issue