diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-17 18:08:59 +0300 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2017-07-17 18:08:59 +0300 |
| commit | 7a43668f9d227213586a305d1913d3c4b5d98f5a (patch) | |
| tree | b05f6a88798ed492b1f2ed5e8d383f1a0d5ee89e /plugins/nullsio1/Makefile.am | |
| parent | a96eefdf0f10a9a051e65f6e88a24dc3abe40fc5 (diff) | |
| download | pcsxr-7a43668f9d227213586a305d1913d3c4b5d98f5a.tar.gz | |
* Add nullsio1 plugin from upstream
Diffstat (limited to 'plugins/nullsio1/Makefile.am')
| -rw-r--r-- | plugins/nullsio1/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/nullsio1/Makefile.am b/plugins/nullsio1/Makefile.am new file mode 100644 index 00000000..9d78b632 --- /dev/null +++ b/plugins/nullsio1/Makefile.am @@ -0,0 +1,10 @@ +bindir = @libdir@/games/psemu/ +libdir = @libdir@/games/psemu/ + +lib_LTLIBRARIES = libNullSio1.la + +libNullSio1_la_SOURCES = sio1.c typedefs.h +libNullSio1_la_LDFLAGS = -module -avoid-version + +AM_CPPFLAGS = -DDATADIR=\"${datadir}/psemu/\" \ + -I$(top_srcdir)/libpcsxcore -I../../include |
