1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00
Aegisub/csri/subhelp/Makefile.am
Amar Takhar cdd49b02b4 Bring CSRI into the repository fully, I'm not an advocate of this! but it's the
best 'solution' for now.

Originally committed to SVN as r1915.
2008-03-06 16:59:48 +00: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