Skip to content

Commit

Permalink
Move the generated im-bogo.vapi file to build/
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtds committed Apr 11, 2015
1 parent 81c1130 commit 7eb9866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GTK_CLIENTS=build/gtk2/immodules/im-bogo.so build/gtk3/immodules/im-bogo.so
build: $(GTK_CLIENTS) build/server

$(GTK_CLIENTS): build/gtk%/immodules/im-bogo.so : main.vala module.vala
valac -o $@ $^ --library=im-bogo --pkg=gtk+-$*.0 -X -fPIC -X -shared
valac -o $@ $^ --vapi=build/im-bogo.vapi --library=im-bogo --pkg=gtk+-$*.0 -X -fPIC -X -shared
sed -e "s;%PWD%;$(PWD);g" -e "s;%GTK_VERSION%;$*;g" immodules.cache.in > build/gtk$*/immodules.cache

build/server: server.vala
Expand Down

0 comments on commit 7eb9866

Please sign in to comment.