Use the incdir variable.
authorDiego Biurrun <diego@biurrun.de>
Sat, 11 Feb 2006 20:51:26 +0000 (20:51 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 11 Feb 2006 20:51:26 +0000 (20:51 +0000)
Originally committed as revision 4990 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/Makefile

index d818bfb..f0dce23 100644 (file)
@@ -141,7 +141,7 @@ install-lib-static: $(LIB)
        install -m 644 $(LIB) "$(libdir)"
 
 install-headers:
-       install -m 644 avformat.h avio.h rtp.h rtsp.h rtspcodes.h "$(prefix)/include/ffmpeg"
+       install -m 644 avformat.h avio.h rtp.h rtsp.h rtspcodes.h "$(incdir)"
        install -m 644 $(SRC_PATH)/libavformat.pc "$(libdir)/pkgconfig"
 
 %.o: %.c