Patch by David Trowbridge to make sure that marshal files actually get built.
This commit is contained in:
parent
1ea5eae50a
commit
8757fda576
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue