X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=Makefile;h=136351c6ceb9bb9a8de3886238ce1f7f7b2b4691;hb=49c225547eeed95a6464aed93c9d3f33c4a299db;hp=afcde6bba9eb98f60162e86dad3a5f6f3503b41d;hpb=0d8143c9c1204955a13aa425b78f1a3d02575977;p=melted diff --git a/Makefile b/Makefile index afcde6b..136351c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ SUBDIRS = src/mvcp \ src/melted \ - src/melted-client \ - src/melted-console \ + src/melted++ \ + src/mvcp-client \ + src/mvcp-console \ src/modules all clean: @@ -30,7 +31,6 @@ install: install -d "$(DESTDIR)$(libdir)/mlt" install -d "$(DESTDIR)$(libdir)/pkgconfig" install -d "$(DESTDIR)$(prefix)/share/mlt" - install -c -m 755 mlt-config "$(DESTDIR)$(bindir)" install -c -m 644 *.pc "$(DESTDIR)$(libdir)/pkgconfig" list='$(SUBDIRS)'; \ for subdir in $$list; do \