diff options
| author | 2013-03-20 05:34:51 +0100 | |
|---|---|---|
| committer | 2013-03-20 05:34:51 +0100 | |
| commit | efca491e4c19868a68a099638552f9ba431dca4b (patch) | |
| tree | 4ed04996837945ca172da485b5aa507ca9b988c2 /Makefile.am | |
| parent | a49c508bc489199f1f352be1f5aaaafb07c10506 (diff) | |
| download | libimobiledevice-efca491e4c19868a68a099638552f9ba431dca4b.tar.gz libimobiledevice-efca491e4c19868a68a099638552f9ba431dca4b.tar.bz2 | |
move thread and socket code to "common" subdir
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d342323..c2644e4 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
| 3 | SUBDIRS = src include $(CYTHON_SUB) $(DEV_SUB) tools docs | 3 | SUBDIRS = common src include $(CYTHON_SUB) $(DEV_SUB) tools docs |
| 4 | 4 | ||
| 5 | DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools | 5 | DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools |
| 6 | 6 | ||
