From c34c66a73034186b679c55681b1997c88aefa758 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 21 Sep 2015 01:07:30 -0400 Subject: Makefile.in: add missing dependency information. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 9bfc480..6dc6a60 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,6 +121,8 @@ shared-lib: shared-objs $(SHARED_LIB) static-lib: static-objs $(STATIC_LIB) +shared-implib: shared-lib + default-app: static $(DEFAULT_APP) $(APP) -- cgit v1.2.3