diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c40bb2e..f2695f1 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -4,8 +4,9 @@ ACLOCAL_AMFLAGS = -I m4 | |||
4 | 4 | ||
5 | lib_LTLIBRARIES = libwinterop.la libmsi.la libpreload.la | 5 | lib_LTLIBRARIES = libwinterop.la libmsi.la libpreload.la |
6 | 6 | ||
7 | libwinterop_la_SOURCES = fake-winterop.c makecab.c readcab.c memory.c \ | 7 | libwinterop_la_SOURCES = makecab.c readcab.c winterop-stubs.c \ |
8 | memory.h dupstr.c dupstr.h subproc.c subproc.h uchars.c uchars.h | 8 | memory.c memory.h dupstr.c dupstr.h subproc.c subproc.h uchars.c \ |
9 | uchars.h | ||
9 | 10 | ||
10 | libmsi_la_SOURCES = makemsi.c md5.c memory.c memory.h version.c \ | 11 | libmsi_la_SOURCES = makemsi.c md5.c memory.c memory.h version.c \ |
11 | dupstr.c dupstr.h subproc.c subproc.h uchars.c uchars.h | 12 | dupstr.c dupstr.h subproc.c subproc.h uchars.c uchars.h |