diff options
author | midipix <writeonce@midipix.org> | 2015-09-21 01:07:30 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:20 -0500 |
commit | c34c66a73034186b679c55681b1997c88aefa758 (patch) | |
tree | a3eb7be8b19f70c63caec0c68e4f23917d19dd41 | |
parent | d37b7787e5484e00e78f755ea2fd3bad4c75da3b (diff) | |
download | perk-c34c66a73034186b679c55681b1997c88aefa758.tar.bz2 perk-c34c66a73034186b679c55681b1997c88aefa758.tar.xz |
Makefile.in: add missing dependency information.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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) |