diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ CFLAGS += -g -Wall -Wpedantic CORE_OBJS = control.o reader.o config.o PLUGINS = reader_yhy.so +reader_yhy.so: LDLIBS = -lyhy +reader_yhy.so: LDFLAGS = -L. -Wl,-rpath . + %.so: CFLAGS += -shared -fPIC %.so :: %.c %.h |