diff options
Diffstat (limited to 'libattr/Makefile')
-rw-r--r-- | libattr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libattr/Makefile b/libattr/Makefile index 697040c..7339131 100644 --- a/libattr/Makefile +++ b/libattr/Makefile @@ -4,7 +4,7 @@ TOPDIR = .. -LTLDFLAGS = -Wl,--version-script,$(TOPDIR)/exports +LTLDFLAGS += -Wl,--version-script,$(TOPDIR)/exports include $(TOPDIR)/include/builddefs LTLIBRARY = libattr.la |