Aegisub/contrib/csri/subhelp/Makefile.am
Amar Takhar 391219ea54 SVN Transition Step 5/7
1. svn mv assdraw csri hunspell lua51 contrib

* See r2749 for full description.

Originally committed to SVN as r2754.
2009-03-08 08:31:41 +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