@@ -106,13 +106,15 @@ fs_uae_device_helper_SOURCES = \
106
106
fs_uae_device_helper_LDADD =
107
107
108
108
noinst_LIBRARIES += libuae.a
109
+ AM_CPPFLAGS += -I$(s ) /flac/include
109
110
AM_CPPFLAGS += -I$(b ) /gen
110
111
AM_CPPFLAGS += -I$(s ) /src
111
112
AM_CPPFLAGS += -I$(s ) /src/jit
112
113
AM_CPPFLAGS += -I$(s ) /src/include
113
114
AM_CPPFLAGS += -I$(s ) /src/od-fs
114
115
AM_CPPFLAGS += -I$(s ) /src/od-fs/include
115
116
AM_CPPFLAGS += -I$(s ) /src/od-win32
117
+ AM_CPPFLAGS += -I$(s ) /src/od-win32/caps
116
118
fs_uae_LDADD += libuae.a
117
119
libuae_a_SOURCES = \
118
120
src/a2065.cpp \
@@ -300,6 +302,7 @@ libuae_a_SOURCES = \
300
302
src/include/uae/asm.h \
301
303
src/include/uae/assert.h \
302
304
src/include/uae/caps.h \
305
+ src/include/uae/cdrom.h \
303
306
src/include/uae/cycleunit.h \
304
307
src/include/uae/endian.h \
305
308
src/include/uae/enum.h \
@@ -339,16 +342,6 @@ libuae_a_SOURCES = \
339
342
src/ncr_scsi.cpp \
340
343
src/newcpu.cpp \
341
344
src/newcpu_common.cpp \
342
- src/od-fs/CapsAPI.h \
343
- src/od-fs/FLAC/all.h \
344
- src/od-fs/FLAC/assert.h \
345
- src/od-fs/FLAC/callback.h \
346
- src/od-fs/FLAC/export.h \
347
- src/od-fs/FLAC/format.h \
348
- src/od-fs/FLAC/metadata.h \
349
- src/od-fs/FLAC/ordinals.h \
350
- src/od-fs/FLAC/stream_decoder.h \
351
- src/od-fs/FLAC/stream_encoder.h \
352
345
src/od-fs/ahi_winuae.cpp \
353
346
src/od-fs/ahidsound.h \
354
347
src/od-fs/ahidsound_new.cpp \
@@ -357,8 +350,6 @@ libuae_a_SOURCES = \
357
350
src/od-fs/blkdev-linux.cpp \
358
351
src/od-fs/bsdsocket_host.cpp \
359
352
src/od-fs/callbacks.h \
360
- src/od-fs/caps.cpp \
361
- src/od-fs/caps_types.h \
362
353
src/od-fs/cda_play.cpp \
363
354
src/od-fs/cda_play.h \
364
355
src/od-fs/cdimage_stubs.cpp \
@@ -367,7 +358,6 @@ libuae_a_SOURCES = \
367
358
src/od-fs/clock.cpp \
368
359
src/od-fs/defines.h \
369
360
src/od-fs/driveclick.cpp \
370
- src/od-fs/dxwrap.h \
371
361
src/od-fs/filesys_host.cpp \
372
362
src/od-fs/fsdb_host.cpp \
373
363
src/od-fs/fsdb_host.h \
@@ -409,16 +399,16 @@ libuae_a_SOURCES = \
409
399
src/od-fs/threaddep/sem.h \
410
400
src/od-fs/threaddep/thread.h \
411
401
src/od-fs/threading.cpp \
412
- src/od-fs/uae_fs.h \
413
402
src/od-fs/uae_host.cpp \
414
- src/od-fs/uae_host.h \
415
- src/od-fs/uae_util.h \
416
403
src/od-fs/uaemisc.cpp \
417
- src/od-fs/util.cpp \
418
404
src/od-fs/video.cpp \
419
405
src/od-fs/winuae_compat.h \
406
+ src/od-win32/caps/CapsAPI.h \
407
+ src/od-win32/caps/Comtype.h \
408
+ src/od-win32/caps/caps_win32.cpp \
420
409
src/od-win32/caps/caps_win32.h \
421
410
src/od-win32/debug_win32.h \
411
+ src/od-win32/dxwrap.h \
422
412
src/od-win32/md-fpp.h \
423
413
src/od-win32/mman.cpp \
424
414
src/od-win32/parser.h \
@@ -886,6 +876,15 @@ EXTRA_DIST = $(TESTS) $(EXTRA_TESTS) \
886
876
debian/rules \
887
877
debian/source \
888
878
debian/source/format \
879
+ flac/include/FLAC/all.h \
880
+ flac/include/FLAC/assert.h \
881
+ flac/include/FLAC/callback.h \
882
+ flac/include/FLAC/export.h \
883
+ flac/include/FLAC/format.h \
884
+ flac/include/FLAC/metadata.h \
885
+ flac/include/FLAC/ordinals.h \
886
+ flac/include/FLAC/stream_decoder.h \
887
+ flac/include/FLAC/stream_encoder.h \
889
888
fs-uae.spec \
890
889
libudis86/README \
891
890
licenses/fs-uae.txt \
@@ -907,7 +906,7 @@ EXTRA_DIST = $(TESTS) $(EXTRA_TESTS) \
907
906
src/jit/compemu_optimizer_x86.cpp \
908
907
src/jit/compemu_raw_x86.cpp \
909
908
src/od-fs/bsdsocket_posix.cpp \
910
- src/od-fs/bsdsocket_win32 .cpp \
909
+ src/od-win32/bsdsock .cpp \
911
910
src/p96_blit.cpp \
912
911
src/sinctable.cpp \
913
912
src/table68k \
0 commit comments