wix-on-linux/Makefile.am
Simon Tatham 39faf94ea2 Move the char16 functions into their own file.
This completes the removal of the monolithic fake-lib.[ch].
2017-05-18 07:16:21 +01:00

20 lines
582 B
Makefile

libdir = $(bindir)
ACLOCAL_AMFLAGS = -I m4
lib_LTLIBRARIES = libwinterop.so.la libmsi.so.la libpreload.la
libwinterop_so_la_SOURCES = fake-winterop.c memory.c memory.h \
dupstr.c dupstr.h subproc.c subproc.h uchars.c uchars.h
libmsi_so_la_SOURCES = fake-msi.c md5.c memory.c memory.h version.c \
dupstr.c dupstr.h subproc.c subproc.h uchars.c uchars.h
libpreload_la_SOURCES = preload.c
libpreload_la_LDFLAGS = -ldl
bin_SCRIPTS = wrapper.py makecab.py
install-exec-hook:
cd $(DESTDIR)$(bindir) && $(LN_S) wrapper.py candle
cd $(DESTDIR)$(bindir) && $(LN_S) wrapper.py light