summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib/util/file/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mpeglib/lib/util/file/Makefile.am')
-rw-r--r--mpeglib/lib/util/file/Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/mpeglib/lib/util/file/Makefile.am b/mpeglib/lib/util/file/Makefile.am
new file mode 100644
index 00000000..96b16fff
--- /dev/null
+++ b/mpeglib/lib/util/file/Makefile.am
@@ -0,0 +1,25 @@
+# libsplay - Makefile.am
+
+
+INCLUDES = $(all_includes)
+
+noinst_LTLIBRARIES = libsimplefile.la
+
+noinst_HEADERS = fileAccess.h
+
+kmpgincludedir = $(includedir)/$(THIS_LIB_NAME)/util/file
+
+kmpginclude_HEADERS = fileAccess.h
+
+
+libsimplefile_la_SOURCES = fileAccess.cpp
+
+
+
+
+
+
+
+
+
+