diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 91002f9..9f17e3d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -179,8 +179,6 @@ libeom_la_LIBADD += \ $(top_builddir)/bindings/python/eom.la endif -libeom_la_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*" - eom_SOURCES = main.c eom_CFLAGS = \ @@ -198,8 +196,6 @@ eom_LDADD = \ $(screensaver_LIB) \ $(jpeg_LIB) -eom_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*" - BUILT_SOURCES = \ eom-enum-types.c \ eom-enum-types.h \ |