wix-on-linux/Makefile.am
Simon Tatham a568db73a6 Rename fake-msi.c to makemsi.c.
It's now a sensible source flie containing a set of routines that do
something coherently connected to each other, so it doesn't deserve
that 'fake-' prefix that I used for the previous monolithic files full
of tangled-together stuff.

While I'm here, I've also made up nicer (i.e. more distinguishable)
random magic numbers for the structure-type disambiguation.
2017-05-18 08:27:29 +01:00

20 lines
592 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 makecab.c memory.c \
memory.h dupstr.c dupstr.h subproc.c subproc.h uchars.c uchars.h
libmsi_so_la_SOURCES = makemsi.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