diff options
| author | 2013-04-25 17:43:54 +0100 | |
|---|---|---|
| committer | 2013-04-25 17:43:54 +0100 | |
| commit | 4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3 (patch) | |
| tree | 708d1ec3ee0fcc3a3f49be45457c5f641c108dc2 /common/Makefile.am | |
| parent | 927c34ee8e6974a34b1dfd7d1a4fde5eabbeca7a (diff) | |
| download | libimobiledevice-4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3.tar.gz libimobiledevice-4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3.tar.bz2 | |
common: Move debug and userpref code into libinternalcommon
Diffstat (limited to 'common/Makefile.am')
| -rw-r--r-- | common/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index dfa6852..664e13b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am | |||
| @@ -8,7 +8,9 @@ libinternalcommon_la_LIBADD = | |||
| 8 | libinternalcommon_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined | 8 | libinternalcommon_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined |
| 9 | libinternalcommon_la_SOURCES = \ | 9 | 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 \ | ||
| 13 | userpref.c userpref.h | ||
| 12 | 14 | ||
| 13 | if WIN32 | 15 | if WIN32 |
| 14 | libinternalcommon_la_LIBADD += -lole32 | 16 | libinternalcommon_la_LIBADD += -lole32 |
