diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2014-06-11 08:00:09 +0200 |
---|---|---|
committer | Cedric BAIL <c.bail@partner.samsung.com> | 2014-06-12 03:11:48 +0200 |
commit | b0e08f231dcbcbbd444c3b7a6583f27179550546 (patch) | |
tree | 7bccd50ae73b574c2c938f1c6ef6a0d5a3f3d6c6 /src/modules | |
parent | ce6f8f8380857eeebe0407087f9f09b9305065c1 (diff) |
autotools: --enable-auto-import is passed by default, nowadays
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/datetime_input_ctxpopup/Makefile.am | 2 | ||||
-rw-r--r-- | src/modules/prefs/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/datetime_input_ctxpopup/Makefile.am b/src/modules/datetime_input_ctxpopup/Makefile.am index 6439017a6..e46a7945f 100644 --- a/src/modules/datetime_input_ctxpopup/Makefile.am +++ b/src/modules/datetime_input_ctxpopup/Makefile.am | |||
@@ -35,5 +35,5 @@ pkg_LTLIBRARIES = module.la | |||
35 | module_la_SOURCES = datetime_input_ctxpopup.c | 35 | module_la_SOURCES = datetime_input_ctxpopup.c |
36 | 36 | ||
37 | module_la_LIBADD = @ELEMENTARY_LIBS@ $(top_builddir)/src/lib/libelementary.la | 37 | module_la_LIBADD = @ELEMENTARY_LIBS@ $(top_builddir)/src/lib/libelementary.la |
38 | module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version | 38 | module_la_LDFLAGS = -no-undefined -module -avoid-version |
39 | module_la_LIBTOOLFLAGS = --tag=disable-static | 39 | module_la_LIBTOOLFLAGS = --tag=disable-static |
diff --git a/src/modules/prefs/Makefile.am b/src/modules/prefs/Makefile.am index 3f1868878..57a36b1f0 100644 --- a/src/modules/prefs/Makefile.am +++ b/src/modules/prefs/Makefile.am | |||
@@ -61,7 +61,7 @@ elm_vertical_frame.c \ | |||
61 | elm_horizontal_frame.c | 61 | elm_horizontal_frame.c |
62 | 62 | ||
63 | module_la_LIBADD = @ELEMENTARY_LIBS@ $(top_builddir)/src/lib/libelementary.la @EVIL_LIBS@ | 63 | module_la_LIBADD = @ELEMENTARY_LIBS@ $(top_builddir)/src/lib/libelementary.la @EVIL_LIBS@ |
64 | module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version | 64 | module_la_LDFLAGS = -no-undefined -module -avoid-version |
65 | module_la_LIBTOOLFLAGS = --tag=disable-static | 65 | module_la_LIBTOOLFLAGS = --tag=disable-static |
66 | 66 | ||
67 | clean-local: | 67 | clean-local: |