X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=Makefile;h=1beb864fcecf0568e6221c42e7e3b8af99377733;hb=ac637bc52b0d99b54751b4b41f302e7fd28cbbdc;hp=5d127b438f6371ac805eb34d43f7e3097eb9457d;hpb=40b169c095486ba1b868486eb98a47c41f36ce8c;p=melted diff --git a/Makefile b/Makefile index 5d127b4..1beb864 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/"