This commit is contained in:
Jesse van den Kieboom 2005-11-07 10:23:49 +00:00
parent 5808f0a4ab
commit 4ec5923efe
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = src po pixmaps scripts ui
SUBDIRS = gnoemoe po pixmaps scripts ui
DISTCLEANFILES = \
intltool-extract \

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(configure.in)
AM_INIT_AUTOMAKE(gnoemoe, 0.9.1)
AC_CONFIG_SRCDIR(src/gm-app.c)
AC_CONFIG_SRCDIR(gnoemoe/gm-app.c)
AC_DEFINE_UNQUOTED(IVERSION, "0.9.1", "this is used for internal representation of the version")
@ -152,7 +152,7 @@ pixmaps/Makefile
pixmaps/userlist/Makefile
pixmaps/ice-userlist/Makefile
pixmaps/tray/Makefile
src/Makefile
gnoemoe/Makefile
po/Makefile.in
scripts/Makefile
ui/Makefile