diff options
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index c9f85e5..2f59ee6 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -998,6 +998,11 @@ libldtestplug4_la_SOURCES = testplug4.c libldtestplug4_la_CFLAGS= -g -O2 libldtestplug4_la_LDFLAGS = -no-undefined -rpath /nowhere +bfdplugindir = $(libdir)/bfd-plugins +bfdplugin_LTLIBRARIES = libdep.la +libdep_la_SOURCES = libdep_plugin.c +libdep_la_LDFLAGS = -no-undefined -rpath /nowhere + # DOCUMENTATION TARGETS # Manual configuration file; not usually attached to normal configuration, # because almost all configs use "gen" version of manual. |