aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-04 03:24:16 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-04 03:24:16 +0200
commit63afa1c6ca473abd17ce8eb0c546f051d6132616 (patch)
tree43c5751e2090b7597e322f1b20528c32e38c7829 /Makefile
parentm (diff)
downloadlibgammamm-63afa1c6ca473abd17ce8eb0c546f051d6132616.tar.gz
libgammamm-63afa1c6ca473abd17ce8eb0c546f051d6132616.tar.bz2
libgammamm-63afa1c6ca473abd17ce8eb0c546f051d6132616.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51ada76..86da493 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ HEADERS = libgamma libgamma-error libgamma-facade libgamma-method libgamma-nativ
.PHONY: all lib test
all: lib test
-lib: bin/libgammamm.$(SO).$(LIB_VERSION)
+lib: bin/libgammamm.$(SO).$(LIB_VERSION) bin/libgammamm.$(SO).$(LIB_MAJOR) bin/libgammamm.$(SO)
test: bin/test
bin/libgammamm.$(SO).$(LIB_VERSION): obj/libgamma-error.o obj/libgamma-facade.o obj/libgamma-method.o