comparison libpurple/Makefile.am @ 23805:f47be691e588

Silence warning.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Tue, 27 May 2008 04:54:12 +0000
parents e1c8ec1259de
children 7d2e5f57dbca
comparison
equal deleted inserted replaced
23797:e1c8ec1259de 23805:f47be691e588
146 @echo "Generating marshallers.h" 146 @echo "Generating marshallers.h"
147 $(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --header > marshallers.h 147 $(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --header > marshallers.h
148 148
149 marshallers.c: marshallers.list 149 marshallers.c: marshallers.list
150 @echo "Generating marshallers.c" 150 @echo "Generating marshallers.c"
151 $(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --body > marshallers.c 151 echo "#include \"marshallers.h\"" > marshallers.c
152 $(GLIB_GENMARSHAL) --prefix=purple_smarshal $(srcdir)/marshallers.list --body >> marshallers.c
152 153
153 if ENABLE_DBUS 154 if ENABLE_DBUS
154 155
155 CLEANFILES = \ 156 CLEANFILES = \
156 dbus-bindings.c \ 157 dbus-bindings.c \