1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00
2019-10-05 21:34:36 +02:00

11 lines
238 B
Makefile

if BUILD_MINGW
PLATF = win32
else
PLATF = posix
endif
noinst_LTLIBRARIES = libsubhelp.la
libsubhelp_la_SOURCES = $(PLATF)/openfile.c logging.c
libsubhelp_la_CFLAGS = -I$(top_srcdir)/include
EXTRA_DIST = win32/openfile.c posix/openfile.c