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:
parent
4e51e3cb8b
commit
08836b3419
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue