yeppers, initial gemvt import, finally!

this is much a work in progress, it compiles and
runs a shell, but that's it currently.
This commit is contained in:
Tim Janik 1998-02-25 13:54:11 +00:00
parent 4e51e3cb8b
commit 08836b3419
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,5 @@
SUBDIRS = intl po panel gsm pixmaps desktop-links desktop-properties \ SUBDIRS = intl po gsm pixmaps desktop-links desktop-properties \
help-browser macros gemvt help-browser macros panel
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change ## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
@MAINT@include macros/macros.dep @MAINT@include macros/macros.dep

View file

@ -8,6 +8,11 @@ AM_MAINTAINER_MODE
AM_ACLOCAL_INCLUDE(macros) AM_ACLOCAL_INCLUDE(macros)
dnl
dnl let applications configure for gnome
dnl
gnome_cv_use_gnome=yes
GNOME_INIT GNOME_INIT
AC_ISC_POSIX AC_ISC_POSIX
@ -54,6 +59,8 @@ test -n "$CDROM_HOST" && PROGRAMS_PANEL_CDPLAYER=cdplayer
AC_SUBST(CDROM_HOST) AC_SUBST(CDROM_HOST)
AC_SUBST(PROGRAMS_PANEL_CDPLAYER) AC_SUBST(PROGRAMS_PANEL_CDPLAYER)
AC_CONFIG_SUBDIRS(gemvt)
AC_OUTPUT([ AC_OUTPUT([
Makefile Makefile
po/Makefile.in po/Makefile.in