summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib/util/render/sdl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mpeglib/lib/util/render/sdl/Makefile.am')
-rw-r--r--mpeglib/lib/util/render/sdl/Makefile.am43
1 files changed, 43 insertions, 0 deletions
diff --git a/mpeglib/lib/util/render/sdl/Makefile.am b/mpeglib/lib/util/render/sdl/Makefile.am
new file mode 100644
index 00000000..1a4b85eb
--- /dev/null
+++ b/mpeglib/lib/util/render/sdl/Makefile.am
@@ -0,0 +1,43 @@
+# player - Makefile.am
+
+INCLUDES = $(all_includes)
+
+
+noinst_LTLIBRARIES = libutilsdl.la
+
+noinst_HEADERS = imageDeskSDL.h sdlSurface.h
+
+libutilsdl_la_SOURCES = imageDeskSDL.cpp sdlSurface.cpp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+