diff options
-rw-r--r-- | facebook/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facebook/Makefile.am b/facebook/Makefile.am index 779abbe..08254e2 100644 --- a/facebook/Makefile.am +++ b/facebook/Makefile.am @@ -33,7 +33,7 @@ facebook_la_SOURCES = \ facebook-util.h # Build the library as a module -facebook_la_LDFLAGS += -module -avoid-version +facebook_la_LDFLAGS += -module -avoid-version -no-undefined EXTRA_DIST = \ marshaller.list |