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 \
|
||||
help-browser macros
|
||||
SUBDIRS = intl po gsm pixmaps desktop-links desktop-properties \
|
||||
gemvt help-browser macros panel
|
||||
|
||||
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
|
||||
@MAINT@include macros/macros.dep
|
||||
|
|
|
@ -8,6 +8,11 @@ AM_MAINTAINER_MODE
|
|||
|
||||
AM_ACLOCAL_INCLUDE(macros)
|
||||
|
||||
dnl
|
||||
dnl let applications configure for gnome
|
||||
dnl
|
||||
gnome_cv_use_gnome=yes
|
||||
|
||||
GNOME_INIT
|
||||
|
||||
AC_ISC_POSIX
|
||||
|
@ -54,6 +59,8 @@ test -n "$CDROM_HOST" && PROGRAMS_PANEL_CDPLAYER=cdplayer
|
|||
AC_SUBST(CDROM_HOST)
|
||||
AC_SUBST(PROGRAMS_PANEL_CDPLAYER)
|
||||
|
||||
AC_CONFIG_SUBDIRS(gemvt)
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
po/Makefile.in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue