X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=1beb864fcecf0568e6221c42e7e3b8af99377733;hb=a162148e8a943e50f41941104b6c418ac8b95236;hp=5d127b438f6371ac805eb34d43f7e3097eb9457d;hpb=9bee7421e4b65a36f9977482a88027e8a5260eeb;p=mlt diff --git a/Makefile b/Makefile index 5d127b43..1beb864f 100644 --- a/Makefile +++ b/Makefile @@ -30,8 +30,9 @@ install: install -d "$(DESTDIR)$(prefix)/bin" install -d "$(DESTDIR)$(prefix)/include" install -d "$(DESTDIR)$(libdir)" + install -d "$(DESTDIR)$(libdir)/mlt" install -d "$(DESTDIR)$(libdir)/pkgconfig" - install -d "$(DESTDIR)$(prefix)/share/mlt/modules" + install -d "$(DESTDIR)$(prefix)/share/mlt" install -c -m 755 mlt-config "$(DESTDIR)$(bindir)" install -c -m 644 *.pc "$(DESTDIR)$(libdir)/pkgconfig" install -m 644 packages.dat "$(DESTDIR)$(prefix)/share/mlt/"