[Galago-commits] r2598 - in trunk/galago-daemon: . tests
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Mon Mar 13 23:23:48 PST 2006
Author: chipx86
Date: 2006-03-13 23:23:45 -0800 (Mon, 13 Mar 2006)
New Revision: 2598
Added:
trunk/galago-daemon/tests/shutdown-daemon.c
Removed:
trunk/galago-daemon/tools/
Modified:
trunk/galago-daemon/ChangeLog
trunk/galago-daemon/Makefile.am
trunk/galago-daemon/configure.ac
trunk/galago-daemon/tests/
trunk/galago-daemon/tests/Makefile.am
Log:
Move tools/shutdown-daemon to tests/.
Modified: trunk/galago-daemon/ChangeLog
===================================================================
--- trunk/galago-daemon/ChangeLog 2006-03-14 07:12:24 UTC (rev 2597)
+++ trunk/galago-daemon/ChangeLog 2006-03-14 07:23:45 UTC (rev 2598)
@@ -1,3 +1,14 @@
+Mon Mar 13 23:23:11 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * tests/Makefile.am:
+ A tests/shutdown-daemon.c:
+ D tools:
+ D tools/Makefile.am:
+ D tools/shutdown-daemon.c:
+ * Makefile.am:
+ * configure.ac:
+ - Move tools/shutdown-daemon to tests/.
+
Mon Mar 13 23:11:32 PST 2006 Christian Hammond <chipx86 at chipx86.com>
D tools/list-accounts.c:
Modified: trunk/galago-daemon/Makefile.am
===================================================================
--- trunk/galago-daemon/Makefile.am 2006-03-14 07:12:24 UTC (rev 2597)
+++ trunk/galago-daemon/Makefile.am 2006-03-14 07:23:45 UTC (rev 2598)
@@ -1,4 +1,4 @@
-SUBDIRS = src tests tools
+SUBDIRS = src tests
dbusdir = $(DBUS_SYS_DIR)
dbus_DATA = galago-daemon.conf
Modified: trunk/galago-daemon/configure.ac
===================================================================
--- trunk/galago-daemon/configure.ac 2006-03-14 07:12:24 UTC (rev 2597)
+++ trunk/galago-daemon/configure.ac 2006-03-14 07:23:45 UTC (rev 2598)
@@ -157,7 +157,6 @@
Makefile
src/Makefile
tests/Makefile
-tools/Makefile
])
AC_OUTPUT
Property changes on: trunk/galago-daemon/tests
___________________________________________________________________
Name: svn:ignore
- Makefile
Makefile.in
core
check-galagod
test-feed-1
test-feed-2
*.la
*.log
*.o
*.lo
.*.swp
.*.swo
.deps
.libs
+ Makefile
Makefile.in
core
check-galagod
test-feed-1
test-feed-2
shutdown-daemon
*.la
*.log
*.o
*.lo
.*.swp
.*.swo
.deps
.libs
Modified: trunk/galago-daemon/tests/Makefile.am
===================================================================
--- trunk/galago-daemon/tests/Makefile.am 2006-03-14 07:12:24 UTC (rev 2597)
+++ trunk/galago-daemon/tests/Makefile.am 2006-03-14 07:23:45 UTC (rev 2598)
@@ -5,6 +5,7 @@
endif
noinst_PROGRAMS = \
+ shutdown-daemon \
$(unittests)
check_galagod_SOURCES = check-galagod.c
@@ -12,6 +13,9 @@
$(top_builddir)/src/libgalagod.a \
$(PACKAGE_LIBS) $(CHECK_LIBS)
+shutdown_daemon_SOURCES = shutdown-daemon.c
+shutdown_daemon_LDADD = $(PACKAGE_LIBS)
+
CLEANFILES = check-galagod.log
INCLUDES = \
Copied: trunk/galago-daemon/tests/shutdown-daemon.c (from rev 2569, trunk/galago-daemon/tools/shutdown-daemon.c)
More information about the galago-commits
mailing list