Patch by David Trowbridge to make sure that marshal files actually get built.

This commit is contained in:
Christian Hammond 2006-01-11 06:47:39 +00:00
parent 1ea5eae50a
commit 8757fda576
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Jan 10 16:20:27 MST 2006 David Trowbridge <trowbrds@gmail.com>
* libnotify/Makefile.am:
- Make sure marshal files actually get built
Mon Jan 09 11:13:15 PST 2006 Christian Hammond <chipx86@chipx86.com>
* libnotify/Makefile.am:

View File

@ -25,6 +25,10 @@ libnotify_la_LIBADD = \
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