diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-04-08 16:40:02 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-04-08 16:40:02 +0200 |
commit | 028e38da8ac7614b79e1d596d6510a5880e81a4c (patch) | |
tree | f61e150b0046947d5370565f1ea2f92b32f44622 /gtk | |
parent | 7a28bd1b71209f1d84f3aee72d080719ce75016c (diff) |
build: fix gtk/controller/Makefile valac line which had custom.vapi
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/controller/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/controller/Makefile.am b/gtk/controller/Makefile.am index 5c73f72..598f100 100644 --- a/gtk/controller/Makefile.am +++ b/gtk/controller/Makefile.am @@ -34,7 +34,7 @@ test_controller_SOURCES = test.c test_controller_LDADD = libcontroller.la controller.vala.stamp: $(libcontroller_la_VALASOURCES) custom.vapi - $(VALA_V)$(VALAC) $(VALAFLAGS) $(AM_VALAFLAGS) $^ + $(VALA_V)$(VALAC) $(VALAFLAGS) $(AM_VALAFLAGS) $(libcontroller_la_VALASOURCES) @touch $@ EXTRA_DIST = \ |