[Galago-commits] r2404 - in trunk/libnotify-ng: . libnotify
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Tue Jan 10 22:47:42 PST 2006
Author: chipx86
Date: 2006-01-10 22:47:39 -0800 (Tue, 10 Jan 2006)
New Revision: 2404
Modified:
trunk/libnotify-ng/ChangeLog
trunk/libnotify-ng/libnotify/Makefile.am
Log:
Patch by David Trowbridge to make sure that marshal files actually get built.
Modified: trunk/libnotify-ng/ChangeLog
===================================================================
--- trunk/libnotify-ng/ChangeLog 2006-01-10 08:41:33 UTC (rev 2403)
+++ trunk/libnotify-ng/ChangeLog 2006-01-11 06:47:39 UTC (rev 2404)
@@ -1,3 +1,8 @@
+Tue Jan 10 16:20:27 MST 2006 David Trowbridge <trowbrds at gmail.com>
+
+ * libnotify/Makefile.am:
+ - Make sure marshal files actually get built
+
Mon Jan 09 11:13:15 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* libnotify/Makefile.am:
Modified: trunk/libnotify-ng/libnotify/Makefile.am
===================================================================
--- trunk/libnotify-ng/libnotify/Makefile.am 2006-01-10 08:41:33 UTC (rev 2403)
+++ trunk/libnotify-ng/libnotify/Makefile.am 2006-01-11 06:47:39 UTC (rev 2404)
@@ -25,6 +25,10 @@
libnotify_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+BUILT_SOURCES = \
+ notify-marshal.c \
+ notify-marshal.h
+
notify-marshal.h: notify-marshal.list
$(GLIB_GENMARSHAL) --prefix=$(MARSHAL_PREFIX) notify-marshal.list \
--header > notify-marshal.h
More information about the galago-commits
mailing list