diff options
Diffstat (limited to 'common/Makefile.am')
| -rw-r--r-- | common/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 664e13b..20bfe4d 100644 --- a/common/Makefile.am +++ b/common/Makefile.am | |||
| @@ -10,7 +10,8 @@ libinternalcommon_la_SOURCES = \ | |||
| 10 | socket.c socket.h \ | 10 | socket.c socket.h \ |
| 11 | thread.c thread.h \ | 11 | thread.c thread.h \ |
| 12 | debug.c debug.h \ | 12 | debug.c debug.h \ |
| 13 | userpref.c userpref.h | 13 | userpref.c userpref.h \ |
| 14 | utils.c utils.h | ||
| 14 | 15 | ||
| 15 | if WIN32 | 16 | if WIN32 |
| 16 | libinternalcommon_la_LIBADD += -lole32 | 17 | libinternalcommon_la_LIBADD += -lole32 |
