Files
postgres/src/makefiles/Makefile.linux
T
1998-04-06 01:36:41 +00:00

6 lines
116 B
Makefile

LDFLAGS+= -export-dynamic #-Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
MK_NO_LORDER= true
%.so: %.o
$(CC) -shared -o $@ $<