diff options
Diffstat (limited to 'mpeglib/lib/mpgplayer/Makefile.am')
-rw-r--r-- | mpeglib/lib/mpgplayer/Makefile.am | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mpeglib/lib/mpgplayer/Makefile.am b/mpeglib/lib/mpgplayer/Makefile.am new file mode 100644 index 00000000..b10b247a --- /dev/null +++ b/mpeglib/lib/mpgplayer/Makefile.am @@ -0,0 +1,31 @@ +# libsplay - Makefile.am + +INCLUDES = $(all_includes) + + +noinst_LTLIBRARIES = libmpgplayer.la + +mpegutildir = $(includedir)/$(THIS_LIB_NAME)/mpegutil + +mpegutil_HEADERS = mpegStreamPlayer.h + +libmpgplayer_la_SOURCES = mpegStreamPlayer.cpp + + + + + + + + + + + + + + + + + + + |