diff options
Diffstat (limited to 'src/gl')
-rw-r--r-- | src/gl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gl/Makefile.am b/src/gl/Makefile.am index e7f6663..3fcd178 100644 --- a/src/gl/Makefile.am +++ b/src/gl/Makefile.am @@ -1,7 +1,7 @@ METASOURCES = AUTO -libosiriongl_la_LDFLAGS = -avoid-version +libosiriongl_la_LDFLAGS = -avoid-version -no-undefined noinst_LTLIBRARIES = libosiriongl.la INCLUDES = -I$(top_srcdir)/src |