summaryrefslogtreecommitdiff
path: root/plugins/dfcdrom/Makefile.am
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-08 00:23:38 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-08 00:23:38 +0000
commite69ea176d835fa98912c99636a1a5cea8cbab105 (patch)
tree350c3f53ccdda0a0603ac88a77037b15d8e71e5b /plugins/dfcdrom/Makefile.am
parent337765356b5fd420d3cab3349caa34eec2f98e65 (diff)
downloadpcsxr-e69ea176d835fa98912c99636a1a5cea8cbab105.tar.gz
dfcdrom: refactored for better portability.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54325 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/Makefile.am')
-rw-r--r--plugins/dfcdrom/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/dfcdrom/Makefile.am b/plugins/dfcdrom/Makefile.am
index 3c42214a..ffa41453 100644
--- a/plugins/dfcdrom/Makefile.am
+++ b/plugins/dfcdrom/Makefile.am
@@ -3,7 +3,14 @@ libdir = @libdir@/games/psemu/
lib_LTLIBRARIES = libDFCdrom.la
-libDFCdrom_la_SOURCES = cdr.c cfg.c
+libDFCdrom_la_SOURCES = \
+ cdr.c \
+ cdr.h \
+ cfg.c \
+ cdr-linux.c \
+ cdr-null.c \
+ cdr-freebsd.c
+
libDFCdrom_la_LDFLAGS = -module -avoid-version -lpthread
INCLUDES = -DPIXMAPDIR=\"${datadir}/pixmaps/\" \