[CONFIGURATION]
* NEW: Support for gb.gsl. git-svn-id: svn://localhost/gambas/trunk@4429 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
d99b88d451
commit
3586159eb8
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ SUBDIRS = \
|
|||
@imageio_dir@ \
|
||||
@imageimlib_dir@ \
|
||||
@dbus_dir@ \
|
||||
@gsl_dir@ \
|
||||
comp \
|
||||
app \
|
||||
examples \
|
||||
|
|
|
@ -34,6 +34,7 @@ GB_CONFIG_SUBDIRS(cairo, gb.cairo)
|
|||
GB_CONFIG_SUBDIRS(imageio, gb.image.io)
|
||||
GB_CONFIG_SUBDIRS(imageimlib, gb.image.imlib)
|
||||
GB_CONFIG_SUBDIRS(dbus, gb.dbus)
|
||||
GB_CONFIG_SUBDIRS(gsl, gb.gsl)
|
||||
|
||||
AC_CONFIG_SUBDIRS(comp)
|
||||
AC_CONFIG_SUBDIRS(app)
|
||||
|
|
Loading…
Reference in a new issue