diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-12-20 16:52:47 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-12-20 16:52:47 +0100 | 
| commit | 73f0b597dec0705db01ed4eec7abaebc0295a243 (patch) | |
| tree | 3599be15154a9eeaa09cb86e1918a13ac3a73bef /plugins/statistics/Makefile | |
| parent | ef63da27938ae091a341893c38e59d489888625a (diff) | |
webserver 1.12: Added graphical statistics page (gnuplot generated)
Diffstat (limited to 'plugins/statistics/Makefile')
| -rw-r--r-- | plugins/statistics/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/statistics/Makefile b/plugins/statistics/Makefile index 8e8a6f7..34c0229 100644 --- a/plugins/statistics/Makefile +++ b/plugins/statistics/Makefile @@ -28,8 +28,8 @@ SRC=$(PROGSRC)  all: $(PROJECTNAME).so -$(PROJECTNAME).so: $(SRC:.cpp=.o) -	$(CXX) $(CXXFLAGS) $^ -shared $(LIBS) -o $@ +$(PROJECTNAME).so: ../../libcommon/libcommon.a $(SRC:.cpp=.o) +	$(CXX) $(LDFLAGS) $^ -shared $(LDLIBS) $(LIBS) -o $@  ../../libcommon/libcommon.a:  	cd ../.. && $(MAKE) libcommon/libcommon.a  | 
