X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=cf10b4421deef0c728afbb20786d9beebb743c3b;hb=747d8d834d5f37e455fc3ef9ebcea8731ccca803;hp=02732640917267bb6299208eed2a1222fcf0c8b6;hpb=98ef219555b4c44fd349178bf2b60d9d879d10d4;p=mlt diff --git a/Makefile b/Makefile index 02732640..cf10b442 100644 --- a/Makefile +++ b/Makefile @@ -29,13 +29,13 @@ install: install -d "$(DESTDIR)$(prefix)/include" install -d "$(DESTDIR)$(libdir)" install -d "$(DESTDIR)$(moduledir)" -ifeq ($(compat_dirs), true) - ln -s "$(moduledir)" "$(DESTDIR)$(libdir)/mlt" +ifeq ($(extra_versioning), true) + ln -s "$(moduledir)" "$(DESTDIR)$(unversionedmoduledir)" endif install -d "$(DESTDIR)$(libdir)/pkgconfig" install -d "$(DESTDIR)$(mltdatadir)" -ifeq ($(compat_dirs), true) - ln -s "$(mltdatadir)" "$(DESTDIR)$(prefix)/share/mlt" +ifeq ($(extra_versioning), true) + ln -s "$(mltdatadir)" "$(DESTDIR)$(unversionedmltdatadir)" endif install -c -m 644 *.pc "$(DESTDIR)$(libdir)/pkgconfig" list='$(SUBDIRS)'; \