diff options
Diffstat (limited to 'common/Makefile.am')
| -rw-r--r-- | common/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am new file mode 100644 index 0000000..dfa6852 --- /dev/null +++ b/common/Makefile.am | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | AM_CPPFLAGS = -I$(top_srcdir)/include | ||
| 2 | |||
| 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) | ||
| 4 | AM_LDFLAGS = $(libplist_LIBS) ${libpthread_LIBS} | ||
| 5 | |||
| 6 | noinst_LTLIBRARIES = libinternalcommon.la | ||
| 7 | libinternalcommon_la_LIBADD = | ||
| 8 | libinternalcommon_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined | ||
| 9 | libinternalcommon_la_SOURCES = \ | ||
| 10 | socket.c socket.h \ | ||
| 11 | thread.c thread.h | ||
| 12 | |||
| 13 | if WIN32 | ||
| 14 | libinternalcommon_la_LIBADD += -lole32 | ||
| 15 | endif | ||
