Clean up formatting during build

This commit is contained in:
TingPing
2014-01-14 01:18:15 -05:00
parent 0b52ec3676
commit b2e3214d61
2 changed files with 5 additions and 3 deletions

View File

@@ -25,10 +25,10 @@ example_SOURCES = example.c
example_LDADD = $(DBUS_LIBS) $(GLIB_LIBS)
remote-object-glue.h: remote-object.xml
$(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=remote_object --mode=glib-server --output=$@ $<
$(AM_V_GEN) $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=remote_object --mode=glib-server --output=$@ $<
marshallers.h: marshallers.list
$(LIBTOOL) --mode=execute $(GLIB_GENMARSHAL) --header --body $< > $@
$(AM_V_GEN) $(LIBTOOL) --mode=execute $(GLIB_GENMARSHAL) --header --body $< > $@
# Dbus service file
servicedir = $(DBUS_SERVICES_DIR)